Trace number 4267886

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 1.12SAT (TO)401 2519.8401 2520

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n75/
TravellingSalesman-75-50-02.xml
MD5SUM9f40e16214a2956ff65ea335997fc7bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark336
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size56
Maximum domain size75
Distribution of domain sizes[{"size":56,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c best=?? lower=-4275 upper=-75 
0.13/0.21	c
0.13/0.21	c This is cosoco 1.12 --  
0.13/0.21	c
0.13/0.21	c command line: cosoco -lc -model -restarts HOME/instance-4267886-1502551613.xml 
0.13/0.21	c enable optimization
0.13/0.21	c ========================================[ Problem Statistics ]===========================================
0.13/0.21	c |                                                                                                       
0.13/0.21	c |  Parse time        :         0.02 s 
0.13/0.21	c |
0.13/0.21	c |               Variables: 150
0.13/0.21	c |            Domain Sizes: 56..75
0.13/0.21	c |
0.13/0.21	c |             Constraints: 77
0.13/0.21	c |                   Arity: 3..75  -- Ternary: 75
0.13/0.21	c | 
0.13/0.21	c |                   Types: 
0.13/0.21	c |                          All Different: 1
0.13/0.21	c |                          Extension: 75  (nb tuples: 5550..5550) -- (shared: 74)
0.13/0.21	c |                          Sum: 1
0.13/0.21	c |                          
0.13/0.21	c =========================================================================================================
0.13/0.21	o -1342
0.13/0.21	c    1 calls to solver: best=-1342 lower=-1341 upper=-75 
0.23/0.36	o -419
0.53/0.63	o -417
0.53/0.63	c    3 calls to solver: best=-417 lower=-416 upper=-75 
2.03/2.17	o -415
18.63/18.73	o -414
18.63/18.73	c    5 calls to solver: best=-414 lower=-413 upper=-75 
21.73/21.80	o -413
23.63/23.75	o -411
23.63/23.75	c    7 calls to solver: best=-411 lower=-410 upper=-75 
25.23/25.34	o -408
29.03/29.19	o -405
29.03/29.19	c    9 calls to solver: best=-405 lower=-404 upper=-75 
34.73/34.81	o -403
66.43/66.52	o -401
66.43/66.52	c   11 calls to solver: best=-401 lower=-400 upper=-75 
2519.82/2520.00	
2519.82/2520.00	c *** INTERRUPTED ***
2519.82/2520.00	c restarts              : 100         
2519.82/2520.00	c conflicts             : 13703535     (5438 /sec)
2519.82/2520.00	c decisions             : 20504286     (8137 /sec)
2519.82/2520.00	c propagations          : 4799664606  (1904758 /sec)
2519.82/2520.00	c root propagations     : 7360        
2519.82/2520.00	c filter calls          : 291680424      (115754 /sec)
2519.82/2520.00	c useless filter calls  : 145155072      (49 %)
2519.82/2520.00	c Memory used           : 30.65 MB
2519.82/2520.00	c CPU time              : 2519.83 s
2519.82/2520.00	
2519.82/2520.00	c nb Solutions = 11
2519.82/2520.00	s SATISFIABLE
2519.82/2520.00	c Best value found: -401
2519.82/2520.00	
2519.82/2520.00	
2519.82/2520.00	v <instantiation type='solution' cost='-401'>
2519.82/2520.00	v <list>c[0] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[1] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[2] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[3] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[4] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[5] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[6] c[70] c[71] c[72] c[73] c[74] c[7] c[8] c[9] d[0] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[1] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[2] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[3] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[4] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[5] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[6] d[70] d[71] d[72] d[73] d[74] d[7] d[8] d[9] </list>
2519.82/2520.00	v <values>45 58 64 70 66 74 67 63 65 68 72 40 73 69 50 48 43 39 37 26 25 19 38 10 15 6 9 18 17 16 14 8 2 30 1 4 0 3 7 5 11 13 20 27 36 21 23 22 24 28 29 31 34 41 49 32 59 60 57 54 52 55 61 62 71 56 33 51 12 44 42 46 35 47 53 3 6 6 1 7 4 14 6 3 4 3 1 4 16 3 4 2 1 6 9 4 5 5 4 10 5 6 2 2 1 4 7 1 3 5 3 2 3 4 6 1 4 4 4 6 2 2 3 5 4 3 1 4 6 7 2 2 4 2 3 3 30 1 14 16 3 2 26 26 1 4 4 7 5 5 </values>
2519.82/2520.00	v </instantiation>
2519.82/2520.00	

Verifier Data

OK	401

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-4267886-1502551613/watcher-4267886-1502551613 -o /tmp/evaluation-result-4267886-1502551613/solver-4267886-1502551613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267886-1502551613.xml 

pid=15810
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15813
/proc/meminfo: memFree=31186720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15813/stat : 15813 (runsolver) D 15810 15813 6677 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 57354688 24240128 106 18446744073709551615 4194304 4338465 140723110558224 140723110555864 140505259975383 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 38326272 140723110564034 140723110564425 140723110564425 140723110567882 0
/proc/15813/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15813
/proc/meminfo: memFree=31186720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31120 CPUtime=0.03 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 2095 0 0 0 3 0 0 0 20 0 1 0 57354688 31866880 1893 18446744073709551615 4194304 5972588 140724655353376 140724655350024 5325605 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7780 1893 768 435 0 1143 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31120

[startup+0.200283 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15813
/proc/meminfo: memFree=31186720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31120 CPUtime=0.13 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 2099 0 0 0 13 0 0 0 20 0 1 0 57354688 31866880 1893 18446744073709551615 4194304 5972588 140724655353376 140724655350024 4935478 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7780 1893 768 435 0 1143 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 31120

[startup+0.300267 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15813
/proc/meminfo: memFree=31186720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31252 CPUtime=0.23 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 2118 0 0 0 23 0 0 0 20 0 1 0 57354688 32002048 1893 18446744073709551615 4194304 5972588 140724655353376 140724655350024 4935463 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7813 1893 768 435 0 1176 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 31252

[startup+0.700223 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 15813
/proc/meminfo: memFree=31186720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=0.63 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 2137 0 0 0 63 0 0 0 20 0 1 0 57354688 32137216 1893 18446744073709551615 4194304 5972588 140724655353376 140724655350024 4934346 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1893 768 435 0 1209 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 31384

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15814
/proc/meminfo: memFree=31181984/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=1.43 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 2145 0 0 0 143 0 0 0 20 0 1 0 57354688 32137216 1893 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935792 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1893 768 435 0 1209 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 31384

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15814
/proc/meminfo: memFree=31181720/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=3.03 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 3257 0 0 0 303 0 0 0 20 0 1 0 57354688 32137216 1953 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4971520 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1953 779 435 0 1209 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 31384

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15814
/proc/meminfo: memFree=31180396/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=6.23 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 4362 0 0 0 623 0 0 0 20 0 1 0 57354688 32137216 1960 18446744073709551615 4194304 5972588 140724655353376 140724655350824 4935502 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1960 779 435 0 1209 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 31384

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 15814
/proc/meminfo: memFree=31180396/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=12.63 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 4962 0 0 0 1263 0 0 0 20 0 1 0 57354688 32137216 1960 18446744073709551615 4194304 5972588 140724655353376 140724655350824 5048480 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1960 779 435 0 1209 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 31384

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 15814
/proc/meminfo: memFree=31180128/32770624 swapFree=0/564480
[pid=15813] ppid=15810 vsize=31384 CPUtime=25.43 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 6180 0 0 0 2543 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5046476 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 31384

[startup+51.1003 s]
/proc/loadavg: 2.11 2.04 2.05 3/182 15815
/proc/meminfo: memFree=31180676/32770624 swapFree=0/564240
[pid=15813] ppid=15810 vsize=31384 CPUtime=51.03 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 6776 0 0 0 5103 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655350824 4977674 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 31384

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/182 15816
/proc/meminfo: memFree=31180552/32770624 swapFree=0/564252
[pid=15813] ppid=15810 vsize=31384 CPUtime=102.23 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 7385 0 0 0 10223 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935493 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 31384

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 15818
/proc/meminfo: memFree=31180624/32770624 swapFree=0/564256
[pid=15813] ppid=15810 vsize=31384 CPUtime=162.22 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 7981 0 0 0 16222 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4972832 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 31384

[startup+222.306 s]
/proc/loadavg: 2.05 2.05 2.05 3/181 15820
/proc/meminfo: memFree=31181348/32770624 swapFree=0/564268
[pid=15813] ppid=15810 vsize=31384 CPUtime=222.22 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 8576 0 0 0 22222 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4977719 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31384

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/181 15822
/proc/meminfo: memFree=31181188/32770624 swapFree=0/564272
[pid=15813] ppid=15810 vsize=31384 CPUtime=282.22 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 9171 0 0 0 28222 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5099628 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31384

[startup+342.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/181 15824
/proc/meminfo: memFree=31180816/32770624 swapFree=0/564280
[pid=15813] ppid=15810 vsize=31384 CPUtime=342.21 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 9767 0 0 0 34221 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4978123 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 31384

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/181 15826
/proc/meminfo: memFree=31180832/32770624 swapFree=0/564288
[pid=15813] ppid=15810 vsize=31384 CPUtime=402.21 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 10361 0 0 0 40221 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4975114 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 31384

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/185 15843
/proc/meminfo: memFree=31176952/32770624 swapFree=0/564312
[pid=15813] ppid=15810 vsize=31384 CPUtime=462.21 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 10957 0 0 0 46221 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935463 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 31384

[startup+522.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/185 15845
/proc/meminfo: memFree=31177428/32770624 swapFree=0/564324
[pid=15813] ppid=15810 vsize=31384 CPUtime=522.21 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 11552 0 0 0 52221 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 31384

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/182 15847
/proc/meminfo: memFree=31180764/32770624 swapFree=0/564332
[pid=15813] ppid=15810 vsize=31384 CPUtime=582.2 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 12147 0 0 0 58220 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4972625 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 31384


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 15961
/proc/meminfo: memFree=31160836/32770624 swapFree=0/564568
[pid=15813] ppid=15810 vsize=31384 CPUtime=1602.16 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 19720 0 0 0 160216 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935463 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1602.16
Current children cumulated vsize (KiB) 31384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 15978
/proc/meminfo: memFree=31157060/32770624 swapFree=0/564596
[pid=15813] ppid=15810 vsize=31384 CPUtime=1662.16 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 20326 0 0 0 166216 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5046712 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 31384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 15980
/proc/meminfo: memFree=31157696/32770624 swapFree=0/564620
[pid=15813] ppid=15810 vsize=31384 CPUtime=1722.16 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 20494 0 0 0 172216 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935454 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1722.16
Current children cumulated vsize (KiB) 31384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 15983
/proc/meminfo: memFree=31159840/32770624 swapFree=0/564628
[pid=15813] ppid=15810 vsize=31384 CPUtime=1782.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 21089 0 0 0 178215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935459 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1782.15
Current children cumulated vsize (KiB) 31384

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 15985
/proc/meminfo: memFree=31159972/32770624 swapFree=0/564640
[pid=15813] ppid=15810 vsize=31384 CPUtime=1842.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 21409 0 0 0 184215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4970809 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1842.15
Current children cumulated vsize (KiB) 31384

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 15987
/proc/meminfo: memFree=31160496/32770624 swapFree=0/564652
[pid=15813] ppid=15810 vsize=31384 CPUtime=1902.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 21701 0 0 0 190215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5312318 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 31384

[startup+1962.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/181 15989
/proc/meminfo: memFree=31160352/32770624 swapFree=0/564668
[pid=15813] ppid=15810 vsize=31384 CPUtime=1962.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 22000 0 0 0 196215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4971920 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 31384

[startup+2022.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 15991
/proc/meminfo: memFree=31160376/32770624 swapFree=0/564672
[pid=15813] ppid=15810 vsize=31384 CPUtime=2022.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 22596 0 0 0 202215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5139324 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 31384

[startup+2082.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/181 15993
/proc/meminfo: memFree=31160472/32770624 swapFree=0/564688
[pid=15813] ppid=15810 vsize=31384 CPUtime=2082.15 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 22915 0 0 0 208215 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935456 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2082.15
Current children cumulated vsize (KiB) 31384

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 15995
/proc/meminfo: memFree=31160600/32770624 swapFree=0/564696
[pid=15813] ppid=15810 vsize=31384 CPUtime=2142.14 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 23226 0 0 0 214214 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5047608 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 31384

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 15997
/proc/meminfo: memFree=31160848/32770624 swapFree=0/564704
[pid=15813] ppid=15810 vsize=31384 CPUtime=2202.14 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 23550 0 0 0 220214 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935446 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2202.14
Current children cumulated vsize (KiB) 31384

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 16014
/proc/meminfo: memFree=31156396/32770624 swapFree=0/564708
[pid=15813] ppid=15810 vsize=31384 CPUtime=2262.13 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 24145 0 0 0 226213 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4931696 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2262.13
Current children cumulated vsize (KiB) 31384

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 16016
/proc/meminfo: memFree=31156480/32770624 swapFree=0/564740
[pid=15813] ppid=15810 vsize=31384 CPUtime=2322.13 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 24406 0 0 0 232213 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 5099664 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2322.13
Current children cumulated vsize (KiB) 31384

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16018
/proc/meminfo: memFree=31159796/32770624 swapFree=0/564744
[pid=15813] ppid=15810 vsize=31384 CPUtime=2382.13 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 24667 0 0 0 238213 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4935493 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2382.13
Current children cumulated vsize (KiB) 31384

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16020
/proc/meminfo: memFree=31159764/32770624 swapFree=0/564756
[pid=15813] ppid=15810 vsize=31384 CPUtime=2442.13 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 25262 0 0 0 244213 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4936000 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2442.13
Current children cumulated vsize (KiB) 31384

[startup+2502.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 16022
/proc/meminfo: memFree=31160376/32770624 swapFree=0/564768
[pid=15813] ppid=15810 vsize=31384 CPUtime=2502.12 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 25481 0 0 0 250212 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4936000 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2502.12
Current children cumulated vsize (KiB) 31384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 16023
/proc/meminfo: memFree=31160376/32770624 swapFree=0/564768
[pid=15813] ppid=15810 vsize=31384 CPUtime=2519.82 cores=1,3,5,7
/proc/15813/stat : 15813 (cosoco) R 15810 15813 6677 0 -1 4202496 25681 0 0 0 251982 0 0 0 20 0 1 0 57354688 32137216 1961 18446744073709551615 4194304 5972588 140724655353376 140724655340568 4975100 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 24317952 140724655358446 140724655358541 140724655358541 140724655361998 0
/proc/15813/statm: 7846 1961 779 435 0 1209 0
Current children cumulated CPU time (s) 2519.82
Current children cumulated vsize (KiB) 31384

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.84
CPU user time (s): 2519.83
CPU system time (s): 0.009999
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 31384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.83
system time used= 0.009999
maximum resident set size= 7924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.26421 second user time and 8.84859 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 17:12:45
IDJOB=4267886
IDBENCH=135818
IDSOLVER=2658
FILE ID=node127/4267886-1502551613
RUNJOBID= node127-1502500309-6741
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n75/TravellingSalesman-75-50-02.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267886-1502551613/watcher-4267886-1502551613 -o /tmp/evaluation-result-4267886-1502551613/solver-4267886-1502551613 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6741 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267886-1502551613.xml

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

MD5SUM BENCH= 9f40e16214a2956ff65ea335997fc7bb
RANDOM SEED=578421596

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        31187064 kB
MemAvailable:   32000368 kB
Buffers:          273796 kB
Cached:           828524 kB
SwapCached:            0 kB
Active:           570496 kB
Inactive:         589128 kB
Active(anon):      57640 kB
Inactive(anon):    24908 kB
Active(file):     512856 kB
Inactive(file):   564220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:         75660 kB
Mapped:            45724 kB
Shmem:             25252 kB
Slab:             129176 kB
SReclaimable:     104124 kB
SUnreclaim:        25052 kB
KernelStack:        3280 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node127 at 2017-08-12 17:54:45