Trace number 4267882

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)171 2520.01 2520

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n45/
TravellingSalesman-45-30-04.xml
MD5SUM5907a24d8dc1871b0962636261677367
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints46
Number of domains2
Minimum domain size34
Maximum domain size45
Distribution of domain sizes[{"size":34,"count":45},{"size":45,"count":45}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":45}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.07	c best=?? lower=-1530 upper=-45 
0.00/0.08	c
0.00/0.08	c This is cosoco 1.12 --  
0.00/0.08	c
0.00/0.08	c command line: cosoco -lc -model -restarts HOME/instance-4267882-1502550123.xml 
0.00/0.08	c enable optimization
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.01 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 90
0.00/0.08	c |            Domain Sizes: 34..45
0.00/0.08	c |
0.00/0.08	c |             Constraints: 47
0.00/0.08	c |                   Arity: 3..45  -- Ternary: 45
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          All Different: 1
0.00/0.08	c |                          Extension: 45  (nb tuples: 1980..1980) -- (shared: 44)
0.00/0.08	c |                          Sum: 1
0.00/0.08	c |                          
0.00/0.08	c =========================================================================================================
0.00/0.08	o -455
0.00/0.08	c    1 calls to solver: best=-455 lower=-454 upper=-45 
0.04/0.11	o -216
0.04/0.14	o -204
0.04/0.14	c    3 calls to solver: best=-204 lower=-203 upper=-45 
0.04/0.16	o -191
0.04/0.18	o -190
0.04/0.18	c    5 calls to solver: best=-190 lower=-189 upper=-45 
0.23/0.34	o -181
30.53/30.63	o -179
30.53/30.63	c    7 calls to solver: best=-179 lower=-178 upper=-45 
768.35/768.49	o -176
863.96/864.06	o -175
863.96/864.06	c    9 calls to solver: best=-175 lower=-174 upper=-45 
1193.67/1193.79	o -173
2242.40/2242.41	o -171
2242.40/2242.41	c   11 calls to solver: best=-171 lower=-170 upper=-45 
2520.01/2520.00	
2520.01/2520.00	c *** INTERRUPTED ***
2520.01/2520.00	c restarts              : 104         
2520.01/2520.00	c conflicts             : 19624248     (7787 /sec)
2520.01/2520.00	c decisions             : 30417268     (12070 /sec)
2520.01/2520.00	c propagations          : 3612704980  (1433606 /sec)
2520.01/2520.00	c root propagations     : 2718        
2520.01/2520.00	c filter calls          : 468545078      (185930 /sec)
2520.01/2520.00	c useless filter calls  : 227303670      (48 %)
2520.01/2520.00	c Memory used           : 27.32 MB
2520.01/2520.00	c CPU time              : 2520.01 s
2520.01/2520.00	
2520.01/2520.00	c nb Solutions = 11
2520.01/2520.00	s SATISFIABLE
2520.01/2520.00	c Best value found: -171
2520.01/2520.00	
2520.01/2520.00	
2520.01/2520.00	v <instantiation type='solution' cost='-171'>
2520.01/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[4] c[5] c[6] 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[4] d[5] d[6] d[7] d[8] d[9] </list>
2520.01/2520.00	v <values>29 10 9 13 18 23 32 35 36 39 38 27 34 30 31 26 20 17 19 22 25 21 14 16 8 5 0 3 15 24 28 33 41 12 44 42 43 40 37 7 4 1 6 2 11 2 2 4 5 4 5 2 4 2 3 3 8 2 3 3 4 2 1 3 2 3 4 3 8 2 3 4 6 7 4 6 4 4 1 9 7 4 5 6 1 3 4 4 3 2 </values>
2520.01/2520.00	v </instantiation>
2520.01/2520.00	

Verifier Data

OK	171

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-4267882-1502550123/watcher-4267882-1502550123 -o /tmp/evaluation-result-4267882-1502550123/solver-4267882-1502550123 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267882-1502550123.xml 

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

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.05 2.03 2.05 3/184 3157
/proc/meminfo: memFree=30674380/32770624 swapFree=0/597488
[pid=3157] ppid=3154 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/3157/stat : 3157 (runsolver) D 3154 3157 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 102518659 24240128 106 18446744073709551615 4194304 4338465 140734158863456 140734158861096 139706354889431 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24965120 140734158868673 140734158869065 140734158869065 140734158872522 0
/proc/3157/statm: 5918 106 53 36 0 2156 0

[startup+0.103883 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 3157
/proc/meminfo: memFree=30674380/32770624 swapFree=0/597488
[pid=3157] ppid=3154 vsize=27976 CPUtime=0.04 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1270 0 0 0 4 0 0 0 20 0 1 0 102518659 28647424 1096 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935490 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1096 765 435 0 357 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27976

[startup+0.200925 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 3157
/proc/meminfo: memFree=30674380/32770624 swapFree=0/597488
[pid=3157] ppid=3154 vsize=27976 CPUtime=0.13 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1279 0 0 0 13 0 0 0 20 0 1 0 102518659 28647424 1096 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4970788 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1096 765 435 0 357 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27976

[startup+0.300924 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 3157
/proc/meminfo: memFree=30674380/32770624 swapFree=0/597488
[pid=3157] ppid=3154 vsize=27976 CPUtime=0.23 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1280 0 0 0 23 0 0 0 20 0 1 0 102518659 28647424 1096 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935459 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1096 765 435 0 357 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 27976

[startup+0.700278 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 3157
/proc/meminfo: memFree=30674380/32770624 swapFree=0/597488
[pid=3157] ppid=3154 vsize=27976 CPUtime=0.63 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1280 0 0 0 63 0 0 0 20 0 1 0 102518659 28647424 1096 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935490 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1096 765 435 0 357 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 27976

[startup+1.50028 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 3158
/proc/meminfo: memFree=30673564/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=1.43 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1280 0 0 0 143 0 0 0 20 0 1 0 102518659 28647424 1096 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935463 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1096 765 435 0 357 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 27976

[startup+3.10027 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 3158
/proc/meminfo: memFree=30673196/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=3.03 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1550 0 0 0 303 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935596 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 27976

[startup+6.30028 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 3158
/proc/meminfo: memFree=30672972/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=6.23 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 1820 0 0 0 623 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4934307 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 27976

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 3159
/proc/meminfo: memFree=30672352/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=12.63 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 2094 0 0 0 1263 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 27976

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.05 3/186 3160
/proc/meminfo: memFree=30672088/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=25.43 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 2639 0 0 0 2543 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935454 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 27976

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 3160
/proc/meminfo: memFree=30671964/32770624 swapFree=0/597476
[pid=3157] ppid=3154 vsize=27976 CPUtime=51.03 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 2924 0 0 0 5103 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935653 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 27976

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/186 3162
/proc/meminfo: memFree=30671964/32770624 swapFree=0/597496
[pid=3157] ppid=3154 vsize=27976 CPUtime=102.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 3194 0 0 0 10224 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 27976

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 3178
/proc/meminfo: memFree=30668412/32770624 swapFree=0/597516
[pid=3157] ppid=3154 vsize=27976 CPUtime=162.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 3465 0 0 0 16224 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4972003 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27976

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 3180
/proc/meminfo: memFree=30670332/32770624 swapFree=0/597516
[pid=3157] ppid=3154 vsize=27976 CPUtime=222.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 3735 0 0 0 22224 0 0 0 20 0 1 0 102518659 28647424 1121 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935454 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1121 778 435 0 357 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 27976

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 3183
/proc/meminfo: memFree=30670444/32770624 swapFree=0/597516
[pid=3157] ppid=3154 vsize=27976 CPUtime=282.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 4012 0 0 0 28224 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 27976

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3185
/proc/meminfo: memFree=30670700/32770624 swapFree=0/597536
[pid=3157] ppid=3154 vsize=27976 CPUtime=342.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 4284 0 0 0 34224 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 5099648 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 27976

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3187
/proc/meminfo: memFree=30670132/32770624 swapFree=0/597552
[pid=3157] ppid=3154 vsize=27976 CPUtime=402.24 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 4555 0 0 0 40224 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935463 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 27976

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3190
/proc/meminfo: memFree=30669728/32770624 swapFree=0/597572
[pid=3157] ppid=3154 vsize=27976 CPUtime=462.25 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 4826 0 0 0 46225 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4934247 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 27976

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3192
/proc/meminfo: memFree=30669232/32770624 swapFree=0/597588
[pid=3157] ppid=3154 vsize=27976 CPUtime=522.25 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 5097 0 0 0 52225 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4971573 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 27976

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 3196
/proc/meminfo: memFree=30668860/32770624 swapFree=0/597592
[pid=3157] ppid=3154 vsize=27976 CPUtime=582.25 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 5272 0 0 0 58225 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 5048460 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 27976


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


[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/186 3348
/proc/meminfo: memFree=30967896/32770624 swapFree=0/597764
[pid=3157] ppid=3154 vsize=27976 CPUtime=1602.28 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 9105 0 0 0 160228 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935418 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 27976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/186 3350
/proc/meminfo: memFree=30967524/32770624 swapFree=0/597784
[pid=3157] ppid=3154 vsize=27976 CPUtime=1662.28 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 9253 0 0 0 166228 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935252 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 27976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 3352
/proc/meminfo: memFree=30967524/32770624 swapFree=0/597788
[pid=3157] ppid=3154 vsize=27976 CPUtime=1722.28 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 9524 0 0 0 172228 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935493 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 27976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 3354
/proc/meminfo: memFree=30967408/32770624 swapFree=0/597796
[pid=3157] ppid=3154 vsize=27976 CPUtime=1782.28 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 9698 0 0 0 178228 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935585 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 27976

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 3356
/proc/meminfo: memFree=30967780/32770624 swapFree=0/597804
[pid=3157] ppid=3154 vsize=27976 CPUtime=1842.29 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 9969 0 0 0 184229 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4972728 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1842.29
Current children cumulated vsize (KiB) 27976

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 3358
/proc/meminfo: memFree=30967812/32770624 swapFree=0/597820
[pid=3157] ppid=3154 vsize=27976 CPUtime=1902.29 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10117 0 0 0 190229 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4934287 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1902.29
Current children cumulated vsize (KiB) 27976

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 3375
/proc/meminfo: memFree=30964044/32770624 swapFree=0/597856
[pid=3157] ppid=3154 vsize=27976 CPUtime=1962.29 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10269 0 0 0 196229 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 1962.29
Current children cumulated vsize (KiB) 27976

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 3377
/proc/meminfo: memFree=30967776/32770624 swapFree=0/597876
[pid=3157] ppid=3154 vsize=27976 CPUtime=2022.29 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10421 0 0 0 202229 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935463 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2022.29
Current children cumulated vsize (KiB) 27976

[startup+2082.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 3380
/proc/meminfo: memFree=30967516/32770624 swapFree=0/597892
[pid=3157] ppid=3154 vsize=27976 CPUtime=2082.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10577 0 0 0 208230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935490 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2082.3
Current children cumulated vsize (KiB) 27976

[startup+2142.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 3382
/proc/meminfo: memFree=30967672/32770624 swapFree=0/597900
[pid=3157] ppid=3154 vsize=27976 CPUtime=2142.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10733 0 0 0 214230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935456 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2142.3
Current children cumulated vsize (KiB) 27976

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 3384
/proc/meminfo: memFree=30967796/32770624 swapFree=0/597908
[pid=3157] ppid=3154 vsize=27976 CPUtime=2202.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 10994 0 0 0 220230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036703176 4935490 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2202.3
Current children cumulated vsize (KiB) 27976

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3387
/proc/meminfo: memFree=30967696/32770624 swapFree=0/597924
[pid=3157] ppid=3154 vsize=27976 CPUtime=2262.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 11281 0 0 0 226230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 5094209 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2262.3
Current children cumulated vsize (KiB) 27976

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3389
/proc/meminfo: memFree=30967572/32770624 swapFree=0/597936
[pid=3157] ppid=3154 vsize=27976 CPUtime=2322.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 11457 0 0 0 232230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4936004 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2322.3
Current children cumulated vsize (KiB) 27976

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3391
/proc/meminfo: memFree=30967200/32770624 swapFree=0/597948
[pid=3157] ppid=3154 vsize=27976 CPUtime=2382.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 11729 0 0 0 238230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2382.3
Current children cumulated vsize (KiB) 27976

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3394
/proc/meminfo: memFree=30966580/32770624 swapFree=0/597964
[pid=3157] ppid=3154 vsize=27976 CPUtime=2442.3 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 11912 0 0 0 244230 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4934208 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2442.3
Current children cumulated vsize (KiB) 27976

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3397
/proc/meminfo: memFree=30966580/32770624 swapFree=0/597976
[pid=3157] ppid=3154 vsize=27976 CPUtime=2502.31 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 12097 0 0 0 250231 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935663 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2502.31
Current children cumulated vsize (KiB) 27976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3413
/proc/meminfo: memFree=30962028/32770624 swapFree=0/597984
[pid=3157] ppid=3154 vsize=27976 CPUtime=2520.01 cores=0,2,4,6
/proc/3157/stat : 3157 (cosoco) R 3154 3157 24445 0 -1 4202496 12325 0 0 0 252001 0 0 0 20 0 1 0 102518659 28647424 1122 18446744073709551615 4194304 5972588 140736036705728 140736036692920 4935502 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 41230336 140736036708846 140736036708941 140736036708941 140736036712398 0
/proc/3157/statm: 6994 1122 778 435 0 357 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 27976

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 3157 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2520
CPU time (s): 2520.01
CPU user time (s): 2520.01
CPU system time (s): 0.002044
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 27976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.01
system time used= 0.002044
maximum resident set size= 4568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12381
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= 10
involuntary context switches= 640

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29594 second user time and 7.79882 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 16:48:08
IDJOB=4267882
IDBENCH=135725
IDSOLVER=2658
FILE ID=node134/4267882-1502550123
RUNJOBID= node134-1502500343-24508
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n45/TravellingSalesman-45-30-04.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267882-1502550123/watcher-4267882-1502550123 -o /tmp/evaluation-result-4267882-1502550123/solver-4267882-1502550123 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267882-1502550123.xml

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

MD5SUM BENCH= 5907a24d8dc1871b0962636261677367
RANDOM SEED=75575667

node134.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.43
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.43
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.43
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.43
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:        30674120 kB
MemAvailable:   31673172 kB
Buffers:          302524 kB
Cached:           996564 kB
SwapCached:            0 kB
Active:          1020400 kB
Inactive:         636896 kB
Active(anon):     360356 kB
Inactive(anon):    39408 kB
Active(file):     660044 kB
Inactive(file):   597488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:        367760 kB
Mapped:            55476 kB
Shmem:             41660 kB
Slab:             141004 kB
SReclaimable:     114708 kB
SUnreclaim:        26296 kB
KernelStack:        3536 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     632760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-12 17:30:08