Trace number 4109920

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 104.28 102.33

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
MD5SUM9b8daeac3a936659a5f0bb5b79c19c15
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark50.1164
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints906
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109920-1466343782.wbo
0.10/0.11	c reading problem ... 
0.46/0.31	c ... done. Wall clock time 0.201s.
0.46/0.31	c declared #vars     231
0.46/0.31	c internal #vars     1137
0.46/0.31	c #constraints  2707
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2529
0.46/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 155
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.46/0.31	c 2707 constraints processed.
0.46/0.31	c objective function length is 906 literals
0.73/0.46	c SATISFIABLE
0.73/0.46	c OPTIMIZING...
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.346
0.73/0.46	o 195
0.99/0.50	c Got one! Elapsed wall clock time (in seconds):0.387
0.99/0.50	o 194
0.99/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
0.99/0.52	o 191
0.99/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.99/0.58	o 180
1.42/0.72	c Got one! Elapsed wall clock time (in seconds):0.605
1.42/0.72	o 178
1.42/0.77	c Got one! Elapsed wall clock time (in seconds):0.66
1.42/0.77	o 167
1.42/0.79	c Got one! Elapsed wall clock time (in seconds):0.682
1.42/0.79	o 165
1.57/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.57/0.80	o 151
1.67/0.98	c Got one! Elapsed wall clock time (in seconds):0.874
1.67/0.98	o 150
1.80/1.00	c Got one! Elapsed wall clock time (in seconds):0.887
1.80/1.00	o 148
1.80/1.06	c Got one! Elapsed wall clock time (in seconds):0.947
1.80/1.06	o 143
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.996
1.97/1.11	o 127
2.33/1.41	c cleaning 4848 clauses out of 9714 with flag 17036/9714
2.86/1.94	c cleaning 5427 clauses out of 10867 with flag 57764/15715
2.86/1.97	c Got one! Elapsed wall clock time (in seconds):1.86
2.86/1.97	o 126
3.29/2.32	c Got one! Elapsed wall clock time (in seconds):2.213
3.29/2.32	o 124
3.39/2.40	c Got one! Elapsed wall clock time (in seconds):2.295
3.39/2.40	o 121
3.39/2.45	c Got one! Elapsed wall clock time (in seconds):2.339
3.39/2.45	o 118
3.49/2.57	c cleaning 6069 clauses out of 12139 with flag 8344/22414
3.70/2.62	c Got one! Elapsed wall clock time (in seconds):2.51
3.70/2.62	o 109
3.70/2.68	c Got one! Elapsed wall clock time (in seconds):2.571
3.70/2.68	o 104
3.89/2.73	c Got one! Elapsed wall clock time (in seconds):2.622
3.89/2.73	o 97
3.89/2.76	c Got one! Elapsed wall clock time (in seconds):2.647
3.89/2.76	o 96
3.89/2.78	c Got one! Elapsed wall clock time (in seconds):2.673
3.89/2.78	o 94
4.10/2.84	c Got one! Elapsed wall clock time (in seconds):2.729
4.10/2.84	o 92
4.10/2.84	c Got one! Elapsed wall clock time (in seconds):2.734
4.10/2.84	o 84
4.10/2.88	c Got one! Elapsed wall clock time (in seconds):2.774
4.10/2.88	o 82
4.30/2.96	c Got one! Elapsed wall clock time (in seconds):2.855
4.30/2.96	o 81
4.85/3.47	c cleaning 7669 clauses out of 15352 with flag 34988/31696
5.84/4.12	c cleaning 6835 clauses out of 13682 with flag 85070/37695
6.44/4.73	c Got one! Elapsed wall clock time (in seconds):4.625
6.44/4.73	o 77
7.04/5.30	c cleaning 8711 clauses out of 17433 with flag 39912/48281
7.65/5.97	c cleaning 7360 clauses out of 14722 with flag 96398/54281
8.47/6.77	c cleaning 7174 clauses out of 14360 with flag 157284/61279
9.36/7.63	c cleaning 7593 clauses out of 15188 with flag 228958/69281
10.26/8.59	c cleaning 8286 clauses out of 16595 with flag 306770/78281
11.46/9.78	c cleaning 9149 clauses out of 18309 with flag 408190/88281
12.86/11.11	c cleaning 10072 clauses out of 20158 with flag 521163/99279
14.25/12.52	c cleaning 11030 clauses out of 22087 with flag 642595/111280
15.87/14.20	c cleaning 12028 clauses out of 24056 with flag 783066/124279
16.67/14.93	c Got one! Elapsed wall clock time (in seconds):14.816
16.67/14.93	o 76
17.37/15.60	c cleaning 11532 clauses out of 23072 with flag 50384/135323
17.87/16.16	c Got one! Elapsed wall clock time (in seconds):16.049
17.87/16.16	o 74
18.07/16.30	c cleaning 8639 clauses out of 17289 with flag 11917/141072
18.07/16.39	c Got one! Elapsed wall clock time (in seconds):16.275
18.07/16.39	o 72
18.57/16.82	c cleaning 6860 clauses out of 13757 with flag 36593/146179
19.17/17.48	c cleaning 6420 clauses out of 12896 with flag 91038/152178
19.77/18.02	c Got one! Elapsed wall clock time (in seconds):17.91
19.77/18.02	o 71
20.27/18.53	c cleaning 8407 clauses out of 16817 with flag 40275/162519
20.27/18.55	c Got one! Elapsed wall clock time (in seconds):18.442
20.27/18.55	o 66
20.77/19.05	c cleaning 6830 clauses out of 13704 with flag 45049/167813
21.07/19.34	c Got one! Elapsed wall clock time (in seconds):19.233
21.07/19.34	o 60
21.27/19.54	c cleaning 5927 clauses out of 11887 with flag 16430/172826
21.47/19.79	c Got one! Elapsed wall clock time (in seconds):19.683
21.47/19.79	o 56
21.87/20.11	c cleaning 5898 clauses out of 11818 with flag 24801/178684
22.47/20.72	c cleaning 5950 clauses out of 11922 with flag 74533/184686
23.07/21.31	c cleaning 6466 clauses out of 12971 with flag 124237/191685
23.88/22.14	c cleaning 7249 clauses out of 14504 with flag 192499/199684
24.88/23.17	c cleaning 8120 clauses out of 16255 with flag 275721/208684
25.98/24.29	c cleaning 9050 clauses out of 18134 with flag 365361/218683
27.37/25.61	c cleaning 10031 clauses out of 20084 with flag 469279/229683
27.97/26.22	c Got one! Elapsed wall clock time (in seconds):26.109
27.97/26.22	o 54
28.57/26.85	c cleaning 10245 clauses out of 20524 with flag 41709/240155
29.29/27.53	c cleaning 8136 clauses out of 16280 with flag 91236/246156
30.00/28.26	c cleaning 7568 clauses out of 15143 with flag 144672/253155
30.50/28.74	c Got one! Elapsed wall clock time (in seconds):28.628
30.50/28.74	o 53
30.60/28.86	c cleaning 6685 clauses out of 13396 with flag 6608/258976
30.90/29.13	c Got one! Elapsed wall clock time (in seconds):29.018
30.90/29.13	o 51
31.20/29.47	c cleaning 6196 clauses out of 12399 with flag 23290/264664
31.70/29.95	c Got one! Elapsed wall clock time (in seconds):29.841
31.70/29.95	o 50
31.80/30.07	c cleaning 5932 clauses out of 11882 with flag 7191/270343
32.40/30.68	c cleaning 5961 clauses out of 11950 with flag 49522/276343
33.19/31.43	c cleaning 6485 clauses out of 12989 with flag 99674/283343
34.09/32.32	c cleaning 7243 clauses out of 14504 with flag 161568/291343
34.50/32.74	c Got one! Elapsed wall clock time (in seconds):32.632
34.50/32.74	o 49
34.60/32.85	c cleaning 6145 clauses out of 12311 with flag 6343/296393
34.70/32.93	c Got one! Elapsed wall clock time (in seconds):32.819
34.70/32.93	o 43
35.23/33.40	c cleaning 5999 clauses out of 12007 with flag 33448/302234
35.82/34.04	c cleaning 5996 clauses out of 12007 with flag 77032/308233
36.52/34.78	c cleaning 6501 clauses out of 13011 with flag 125665/315233
37.42/35.69	c Got one! Elapsed wall clock time (in seconds):35.58
37.42/35.69	o 42
38.07/36.30	c cleaning 9710 clauses out of 19426 with flag 34451/328149
38.77/36.97	c cleaning 7857 clauses out of 15718 with flag 80962/334151
39.57/37.80	c cleaning 7429 clauses out of 14859 with flag 133324/341149
40.38/38.58	c Got one! Elapsed wall clock time (in seconds):38.472
40.38/38.58	o 36
40.97/39.15	c cleaning 9808 clauses out of 19616 with flag 30912/353335
41.67/39.81	c cleaning 7891 clauses out of 15806 with flag 75567/359333
42.37/40.58	c cleaning 7451 clauses out of 14917 with flag 126318/366335
42.58/40.74	c Got one! Elapsed wall clock time (in seconds):40.631
42.58/40.74	o 35
42.88/41.05	c cleaning 6513 clauses out of 13047 with flag 23714/371916
43.08/41.27	c Got one! Elapsed wall clock time (in seconds):41.159
43.08/41.27	o 34
43.18/41.35	c Got one! Elapsed wall clock time (in seconds):41.237
43.18/41.35	o 32
43.29/41.43	c cleaning 5960 clauses out of 11946 with flag 5324/377328
43.69/41.90	c cleaning 5979 clauses out of 11983 with flag 36195/383325
44.09/42.28	c Got one! Elapsed wall clock time (in seconds):42.165
44.09/42.28	o 31
44.19/42.37	c cleaning 5842 clauses out of 11693 with flag 5175/389014
44.80/42.93	c cleaning 5903 clauses out of 11851 with flag 42311/395014
45.39/43.58	c cleaning 6472 clauses out of 12950 with flag 83353/402016
46.19/44.39	c cleaning 7235 clauses out of 14476 with flag 133046/410014
46.29/44.44	c Got one! Elapsed wall clock time (in seconds):44.325
46.29/44.44	o 29
46.69/44.87	c cleaning 6351 clauses out of 12717 with flag 28219/415490
47.19/45.39	c cleaning 6173 clauses out of 12370 with flag 61107/421494
47.89/46.03	c cleaning 6590 clauses out of 13194 with flag 98841/428491
48.69/46.80	c cleaning 7296 clauses out of 14603 with flag 144385/436490
49.50/47.62	c cleaning 8145 clauses out of 16310 with flag 196086/445493
50.60/48.70	c cleaning 9078 clauses out of 18164 with flag 261634/455492
51.80/49.90	c cleaning 10029 clauses out of 20084 with flag 329055/466490
53.09/51.28	c cleaning 11025 clauses out of 22056 with flag 405238/478491
53.29/51.46	c Got one! Elapsed wall clock time (in seconds):51.355
53.29/51.46	o 28
53.63/51.77	c cleaning 8105 clauses out of 16210 with flag 16050/483670
54.22/52.33	c cleaning 7045 clauses out of 14105 with flag 52879/489670
54.84/52.92	c cleaning 7008 clauses out of 14061 with flag 89364/496671
55.43/53.59	c cleaning 7509 clauses out of 15052 with flag 129081/504670
56.23/54.38	c cleaning 8259 clauses out of 16543 with flag 178073/513670
57.13/55.28	c cleaning 9135 clauses out of 18284 with flag 229950/523670
58.14/56.29	c cleaning 10070 clauses out of 20150 with flag 285969/534671
59.53/57.63	c cleaning 11040 clauses out of 22079 with flag 357411/546670
60.83/58.91	c cleaning 12011 clauses out of 24039 with flag 431239/559670
62.33/60.50	c cleaning 13002 clauses out of 26029 with flag 518798/573671
62.44/60.60	c Got one! Elapsed wall clock time (in seconds):60.486
62.44/60.60	o 27
62.94/61.06	c cleaning 9488 clauses out of 19001 with flag 27288/579645
63.54/61.69	c cleaning 7746 clauses out of 15512 with flag 64968/585644
64.14/62.21	c Got one! Elapsed wall clock time (in seconds):62.102
64.14/62.21	o 26
64.65/62.74	c cleaning 9075 clauses out of 18154 with flag 28013/596032
64.65/62.78	c Got one! Elapsed wall clock time (in seconds):62.668
64.65/62.78	o 24
65.14/63.24	c cleaning 7266 clauses out of 14557 with flag 25051/601510
65.64/63.78	c cleaning 6635 clauses out of 13290 with flag 48124/607509
66.24/64.39	c cleaning 6821 clauses out of 13656 with flag 72290/614510
67.04/65.16	c cleaning 7409 clauses out of 14833 with flag 103614/622508
67.95/66.10	c cleaning 8209 clauses out of 16424 with flag 143221/631508
69.05/67.19	c cleaning 9102 clauses out of 18217 with flag 192388/641510
70.25/68.34	c cleaning 10056 clauses out of 20116 with flag 244361/652511
70.94/69.02	c Got one! Elapsed wall clock time (in seconds):68.907
70.94/69.02	o 23
71.44/69.55	c cleaning 10695 clauses out of 21396 with flag 23290/663847
72.04/70.18	c cleaning 8345 clauses out of 16701 with flag 58192/669847
72.84/70.92	c cleaning 7672 clauses out of 15357 with flag 99075/676848
73.64/71.78	c cleaning 7833 clauses out of 15683 with flag 146266/684846
74.74/72.81	c cleaning 8423 clauses out of 16853 with flag 201209/693849
75.34/73.46	c Got one! Elapsed wall clock time (in seconds):73.355
75.34/73.46	o 21
75.94/74.07	c cleaning 9849 clauses out of 19706 with flag 21464/705125
76.64/74.75	c cleaning 7912 clauses out of 15857 with flag 50717/711125
77.34/75.49	c cleaning 7456 clauses out of 14945 with flag 79801/718125
78.24/76.33	c cleaning 7741 clauses out of 15489 with flag 112422/726125
79.24/77.33	c cleaning 8365 clauses out of 16748 with flag 154535/735125
79.44/77.54	c Got one! Elapsed wall clock time (in seconds):77.428
79.44/77.54	o 20
79.44/77.56	c Got one! Elapsed wall clock time (in seconds):77.45
79.44/77.56	o 19
79.74/77.86	c cleaning 6973 clauses out of 13967 with flag 11522/740709
80.34/78.48	c cleaning 6489 clauses out of 12992 with flag 33583/746707
81.04/79.14	c cleaning 6750 clauses out of 13504 with flag 58154/753708
81.84/79.96	c cleaning 7378 clauses out of 14757 with flag 90606/761711
82.74/80.89	c cleaning 8178 clauses out of 16375 with flag 125616/770707
82.94/81.06	c Got one! Elapsed wall clock time (in seconds):80.954
82.94/81.06	o 17
83.35/81.47	c cleaning 6967 clauses out of 13953 with flag 15937/776463
83.94/82.09	c cleaning 6267 clauses out of 12986 with flag 39376/782463
84.64/82.78	c cleaning 6852 clauses out of 13721 with flag 62366/789465
85.55/83.61	c cleaning 7431 clauses out of 14868 with flag 98049/797464
86.44/84.59	c cleaning 8212 clauses out of 16435 with flag 139493/806463
87.64/85.71	c cleaning 9103 clauses out of 18223 with flag 179950/816464
88.04/86.11	c Got one! Elapsed wall clock time (in seconds):85.998
88.04/86.11	o 12
88.24/86.32	c cleaning 7249 clauses out of 14509 with flag 7788/821853
88.85/86.93	c cleaning 6227 clauses out of 13260 with flag 30793/827853
89.54/87.68	c cleaning 6979 clauses out of 14037 with flag 58718/834857
90.36/88.47	c cleaning 7521 clauses out of 15055 with flag 87757/842854
91.36/89.43	c cleaning 8258 clauses out of 16534 with flag 127294/851854
92.46/90.50	c cleaning 9133 clauses out of 18277 with flag 172243/861855
93.57/91.69	c cleaning 10067 clauses out of 20141 with flag 223120/872854
94.97/93.09	c cleaning 11028 clauses out of 22073 with flag 278427/884854
96.58/94.64	c cleaning 12018 clauses out of 24044 with flag 347605/897854
98.17/96.24	c cleaning 13004 clauses out of 26025 with flag 413234/911855
100.07/98.17	c cleaning 13996 clauses out of 28015 with flag 487003/926853
102.18/100.22	c cleaning 15001 clauses out of 30017 with flag 564295/942853
104.28/102.32	c starts		: 1143
104.28/102.32	c conflicts		: 958756
104.28/102.32	c decisions		: 1482490
104.28/102.32	c propagations		: 78033062
104.28/102.32	c inspects		: 1485232958
104.28/102.32	c shortcuts		: 0
104.28/102.32	c learnt literals	: 29
104.28/102.32	c learnt binary clauses	: 71
104.28/102.32	c learnt ternary clauses	: 786
104.28/102.32	c learnt constraints	: 958726
104.28/102.32	c ignored constraints	: 0
104.28/102.32	c root simplifications	: 0
104.28/102.32	c removed literals (reason simplification)	: 0
104.28/102.32	c reason swapping (by a shorter reason)	: 0
104.28/102.32	c Calls to reduceDB	: 115
104.28/102.32	c Number of update (reduction) of LBD	: 382157
104.28/102.32	c Imported unit clauses	: 0
104.28/102.32	c number of reductions to clauses (during analyze)	: 0
104.28/102.32	c number of learned constraints concerned by reduction	: 0
104.28/102.32	c number of learning phase by resolution	: 0
104.28/102.32	c number of learning phase by cutting planes	: 0
104.28/102.32	c speed (assignments/second)	: 765015.0193133468
104.28/102.32	c non guided choices	7401
104.28/102.32	c learnt constraints type 
104.28/102.32	s OPTIMUM FOUND
104.28/102.32	c Found 56 solution(s)
104.28/102.32	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
104.28/102.32	c objective function=12
104.28/102.32	c Total wall clock time (in seconds): 102.213

Verifier Data

OK	12

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-4109920-1466343782/watcher-4109920-1466343782 -o /tmp/evaluation-result-4109920-1466343782/solver-4109920-1466343782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109920-1466343782.wbo 

pid=7041
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.22 2.20 1.90 3/194 7044
/proc/meminfo: memFree=30376400/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36427402 98570240 977 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 24065 977 743 9 0 16771 0
[pid=7044/tid=7045] ppid=7041 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36427402 98570240 977 33554432000 1073741824 1073778376 140733559487616 139678024662568 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 2.22 2.20 1.90 3/194 7044
/proc/meminfo: memFree=30376400/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 4362 0 1 0 9 1 0 0 20 0 18 0 36427402 9787879424 6002 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2389619 6002 2125 9 0 2380296 0
[pid=7044/tid=7045] ppid=7041 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 36427402 9787879424 6002 33554432000 1073741824 1073778376 140733559487616 139678024659264 139678014726595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 2.22 2.20 1.90 3/194 7044
/proc/meminfo: memFree=30376400/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 4765 0 1 0 24 1 0 0 20 0 18 0 36427402 9787879424 6872 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2389619 6872 2201 9 0 2380296 0
[pid=7044/tid=7045] ppid=7041 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 36427402 9787879424 6872 33554432000 1073741824 1073778376 140733559487616 139678024659264 139677856266587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.22 2.20 1.90 3/194 7044
/proc/meminfo: memFree=30376400/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 5339 0 1 0 45 1 0 0 20 0 18 0 36427402 9787879424 8008 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2389619 8011 2232 9 0 2380296 0
[pid=7044/tid=7045] ppid=7041 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 36427402 9787879424 8016 33554432000 1073741824 1073778376 140733559487616 139678024659264 139677856247201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.22 2.20 1.90 3/194 7044
/proc/meminfo: memFree=30376400/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 12878 0 1 0 139 3 0 0 20 0 19 0 36427402 9856040960 12929 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 12929 2254 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 36427402 9856040960 12929 33554432000 1073741824 1073778376 140733559487616 139678024667624 139677856429152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.22 2.20 1.90 3/213 7063
/proc/meminfo: memFree=30326412/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 13262 0 1 0 243 3 0 0 20 0 19 0 36427402 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 14005 2268 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2421 0 1 0 146 1 0 0 20 0 19 0 36427402 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139678024667848 139677856805826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) S 7041 7044 5243 0 -1 4202560 5755 0 0 0 48 2 0 0 20 0 19 0 36427407 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677844585400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 3808 0 0 0 46 0 0 0 20 0 19 0 36427407 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 14005 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.22 2.20 1.90 3/213 7063
/proc/meminfo: memFree=30316296/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 19181 0 1 0 449 5 0 0 20 0 19 0 36427402 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 19614 2270 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2430 0 1 0 305 1 0 0 20 0 19 0 36427402 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139678024667592 139677856762629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) S 7041 7044 5243 0 -1 4202560 11662 0 0 0 87 3 0 0 20 0 19 0 36427407 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677844585400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 3810 0 0 0 53 0 0 0 20 0 19 0 36427407 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 19614 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.20 2.19 1.90 3/213 7128
/proc/meminfo: memFree=30361304/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=8.05 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 20026 0 1 0 800 5 0 0 20 0 19 0 36427402 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 19928 2270 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2435 0 1 0 625 1 0 0 20 0 19 0 36427402 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139678024667448 139677856943116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) S 7041 7044 5243 0 -1 4202560 12502 0 0 0 118 3 0 0 20 0 19 0 36427407 9856040960 19928 33554432000 1073741824 1073778376 140733559487616 139677844585400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.53 cores=0,2,4,6

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

[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 3810 0 0 0 53 0 0 0 20 0 19 0 36427407 9856040960 32487 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 32487 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 32487 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 32487 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 27.27
Current children cumulated vsize (KiB) 9625040

[startup+51.1008 s]
/proc/loadavg: 2.30 2.21 1.92 3/213 7258
/proc/meminfo: memFree=30181972/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=52.99 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 20672 0 1 0 5292 7 0 0 20 0 19 0 36427402 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 43779 2284 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=50.92 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2490 0 1 0 5089 3 0 0 20 0 19 0 36427402 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139678024658624 139677856699264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) S 7041 7044 5243 0 -1 4202560 12502 0 0 0 122 3 0 0 20 0 19 0 36427407 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677844585400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 4376 0 0 0 65 0 0 0 20 0 19 0 36427407 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 43779 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 52.99
Current children cumulated vsize (KiB) 9625040

[startup+102.301 s]
/proc/loadavg: 2.37 2.24 1.94 4/213 7518
/proc/meminfo: memFree=30212304/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=104.28 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 20693 0 1 0 10419 9 0 0 20 0 19 0 36427402 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 45316 2284 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=101.98 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2494 0 1 0 10194 4 0 0 20 0 19 0 36427402 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139678024667776 219517346229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) R 7041 7044 5243 0 -1 4202560 12503 0 0 0 122 3 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677844585240 139678028190576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 4378 0 0 0 70 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 104.28
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7044 sig 9
??? kill -7044 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+102.301 s]
/proc/loadavg: 2.37 2.24 1.94 4/213 7518
/proc/meminfo: memFree=30212304/32872528 swapFree=1075284/1157044
[pid=7044] ppid=7041 vsize=9625040 CPUtime=104.28 cores=0,2,4,6
/proc/7044/stat : 7044 (java) S 7041 7044 5243 0 -1 4202496 20693 0 1 0 10419 9 0 0 20 0 19 0 36427402 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 140733559478752 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7044/statm: 2406260 45316 2284 9 0 2396937 0
[pid=7044/tid=7045] ppid=7041 vsize=9625040 CPUtime=101.98 cores=0,2,4,6
/proc/7044/task/7045/stat : 7045 (java) R 7041 7044 5243 0 -1 4202560 2494 0 1 0 10194 4 0 0 20 0 19 0 36427402 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139678024667776 219517346229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7047] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7047/stat : 7047 (java) S 7041 7044 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677986159144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7048] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7048/stat : 7048 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677985106344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7049] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7049/stat : 7049 (java) S 7041 7044 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677984053544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7044/tid=7050] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7050/stat : 7050 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677983000744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7051] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7051/stat : 7051 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677981948968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7052] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7052/stat : 7052 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677980896168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7053] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7053/stat : 7053 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677979843368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7054] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7054/stat : 7054 (java) S 7041 7044 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36427403 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677978790568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7055] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7055/stat : 7055 (java) S 7041 7044 5243 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 36427404 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677848795624 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7056] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7056/stat : 7056 (java) S 7041 7044 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677847741688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7057] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7057/stat : 7057 (java) S 7041 7044 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36427405 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677846688776 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7058] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7058/stat : 7058 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677845637264 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7059] ppid=7041 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/7044/task/7059/stat : 7059 (java) R 7041 7044 5243 0 -1 4202560 12503 0 0 0 122 3 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677844585240 139678028190576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7060] ppid=7041 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/7044/task/7060/stat : 7060 (java) S 7041 7044 5243 0 -1 4202560 4378 0 0 0 70 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677843532600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7044/tid=7061] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7061/stat : 7061 (java) S 7041 7044 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677842479992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7044/tid=7062] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7062/stat : 7062 (java) S 7041 7044 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36427407 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139677841427400 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7044/tid=7063] ppid=7041 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7044/task/7063/stat : 7063 (java) S 7041 7044 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36427434 9856040960 45316 33554432000 1073741824 1073778376 140733559487616 139676832752808 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 104.28
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7044 and gives
#  childrusage.ru_utime.tv_sec=103
#  childrusage.ru_utime.tv_usec=916202
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 104.029
# while last known CPU time is 104.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 102.33
CPU time (s): 104.28
CPU user time (s): 104.19
CPU system time (s): 0.09
CPU usage (%): 101.905
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 103.916
system time used= 0.112982
maximum resident set size= 181320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20715
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2559
involuntary context switches= 783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.704892 second user time and 0.939857 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:43:02
IDJOB=4109920
IDBENCH=78971
IDSOLVER=2551
FILE ID=node114/4109920-1466343782
RUNJOBID= node114-1466341822-5259
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109920-1466343782/watcher-4109920-1466343782 -o /tmp/evaluation-result-4109920-1466343782/solver-4109920-1466343782 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109920-1466343782.wbo

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

MD5SUM BENCH= 9b8daeac3a936659a5f0bb5b79c19c15
RANDOM SEED=1756920562

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        30377028 kB
Buffers:          146784 kB
Cached:           327676 kB
SwapCached:          836 kB
Active:           223760 kB
Inactive:         339856 kB
Active(anon):      89360 kB
Inactive(anon):     1760 kB
Active(file):     134400 kB
Inactive(file):   338096 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       1263240 kB
Mapped:            16412 kB
Shmem:                 0 kB
Slab:             623532 kB
SReclaimable:      67040 kB
SUnreclaim:       556492 kB
KernelStack:        1608 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node114 at 2016-06-19 15:44:44