Trace number 4267877

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)119 2520.02 2519.8

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.05	c best=?? lower=-720 upper=-60 
0.00/0.05	c
0.00/0.05	c This is cosoco 1.12 --  
0.00/0.05	c
0.00/0.05	c command line: cosoco -lc -model -restarts HOME/instance-4267877-1502549782.xml 
0.00/0.05	c enable optimization
0.00/0.05	c ========================================[ Problem Statistics ]===========================================
0.00/0.05	c |                                                                                                       
0.00/0.05	c |  Parse time        :         0.00 s 
0.00/0.05	c |
0.00/0.05	c |               Variables: 40
0.00/0.05	c |            Domain Sizes: 20..32
0.00/0.05	c |
0.00/0.05	c |             Constraints: 22
0.00/0.05	c |                   Arity: 3..20  -- Ternary: 20
0.00/0.05	c | 
0.00/0.05	c |                   Types: 
0.00/0.05	c |                          All Different: 1
0.00/0.05	c |                          Extension: 20  (nb tuples: 380..380) -- (shared: 19)
0.00/0.05	c |                          Sum: 1
0.00/0.05	c |                          
0.00/0.05	c =========================================================================================================
0.00/0.05	o -288
0.00/0.05	c    1 calls to solver: best=-288 lower=-287 upper=-60 
0.00/0.05	o -282
0.00/0.05	o -261
0.00/0.05	c    3 calls to solver: best=-261 lower=-260 upper=-60 
0.00/0.05	o -209
0.00/0.06	o -130
0.00/0.06	c    5 calls to solver: best=-130 lower=-129 upper=-60 
28.05/28.17	o -129
81.75/81.83	o -128
81.75/81.83	c    7 calls to solver: best=-128 lower=-127 upper=-60 
189.46/189.58	o -127
345.58/345.67	o -126
345.58/345.67	c    9 calls to solver: best=-126 lower=-125 upper=-60 
474.39/474.40	o -124
501.90/501.92	o -122
501.90/501.92	c   11 calls to solver: best=-122 lower=-121 upper=-60 
688.62/688.67	o -119
2520.01/2519.80	
2520.01/2519.80	c *** INTERRUPTED ***
2520.01/2519.80	c restarts              : 113         
2520.01/2519.80	c conflicts             : 48416050     (19213 /sec)
2520.01/2519.80	c decisions             : 75536223     (29975 /sec)
2520.01/2519.80	c propagations          : 7733128323  (3068685 /sec)
2520.01/2519.80	c root propagations     : 877         
2520.01/2519.80	c filter calls          : 1085945935     (430929 /sec)
2520.01/2519.80	c useless filter calls  : 522256367      (48 %)
2520.01/2519.80	c Memory used           : 26.50 MB
2520.01/2519.80	c CPU time              : 2520.01 s
2520.01/2519.80	
2520.01/2519.80	c nb Solutions = 12
2520.01/2519.80	s SATISFIABLE
2520.01/2519.80	c Best value found: -119
2520.01/2519.80	
2520.01/2519.80	
2520.01/2519.80	v <instantiation type='solution' cost='-119'>
2520.01/2519.80	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[2] c[3] 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[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] </list>
2520.01/2519.80	v <values>0 15 13 11 9 7 2 4 8 6 1 3 5 10 12 14 17 19 16 18 5 7 5 6 4 6 10 6 4 10 3 4 5 6 3 6 3 10 4 12 </values>
2520.01/2519.80	v </instantiation>
2520.01/2519.80	

Verifier Data

OK	119

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-4267877-1502549782/watcher-4267877-1502549782 -o /tmp/evaluation-result-4267877-1502549782/solver-4267877-1502549782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22048 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267877-1502549782.xml 

pid=31816
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.01 2.03 2.05 2/180 31819
/proc/meminfo: memFree=31220392/32770624 swapFree=0/526932
[pid=31819] ppid=31816 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31819/stat : 31819 (runsolver) D 31816 31819 21984 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 57198947 24240128 108 18446744073709551615 4194304 4338465 140734929162240 140734929159880 140223983219415 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20602880 140734929166529 140734929166921 140734929166921 140734929170378 0
/proc/31819/statm: 5918 108 54 36 0 2156 0

[startup+0.100149 s]
/proc/loadavg: 2.01 2.03 2.05 2/180 31819
/proc/meminfo: memFree=31220392/32770624 swapFree=0/526932
[pid=31819] ppid=31816 vsize=27136 CPUtime=0.05 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1064 0 0 0 5 0 0 0 20 0 1 0 57198947 27787264 898 18446744073709551615 4194304 5972588 140723827228464 140723827225112 4935490 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 898 769 435 0 147 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27136

[startup+0.200262 s]
/proc/loadavg: 2.01 2.03 2.05 2/180 31819
/proc/meminfo: memFree=31220392/32770624 swapFree=0/526932
[pid=31819] ppid=31816 vsize=27136 CPUtime=0.15 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1064 0 0 0 15 0 0 0 20 0 1 0 57198947 27787264 898 18446744073709551615 4194304 5972588 140723827228464 140723827225112 4975114 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 898 769 435 0 147 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 27136

[startup+0.300244 s]
/proc/loadavg: 2.01 2.03 2.05 2/180 31819
/proc/meminfo: memFree=31220392/32770624 swapFree=0/526932
[pid=31819] ppid=31816 vsize=27136 CPUtime=0.25 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1064 0 0 0 25 0 0 0 20 0 1 0 57198947 27787264 898 18446744073709551615 4194304 5972588 140723827228464 140723827215656 4935463 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 898 769 435 0 147 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 27136

[startup+0.700217 s]
/proc/loadavg: 2.01 2.03 2.05 2/180 31819
/proc/meminfo: memFree=31220392/32770624 swapFree=0/526932
[pid=31819] ppid=31816 vsize=27136 CPUtime=0.65 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1064 0 0 0 65 0 0 0 20 0 1 0 57198947 27787264 898 18446744073709551615 4194304 5972588 140723827228464 140723827215656 4935642 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 898 769 435 0 147 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 27136

[startup+1.50022 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 31820
/proc/meminfo: memFree=31220092/32770624 swapFree=0/526876
[pid=31819] ppid=31816 vsize=27136 CPUtime=1.45 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1064 0 0 0 145 0 0 0 20 0 1 0 57198947 27787264 898 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5094119 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 898 769 435 0 147 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 27136

[startup+3.10022 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 31820
/proc/meminfo: memFree=31219556/32770624 swapFree=0/526916
[pid=31819] ppid=31816 vsize=27136 CPUtime=3.05 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1124 0 0 0 305 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5099648 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 27136

[startup+6.3002 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 31820
/proc/meminfo: memFree=31219332/32770624 swapFree=0/526916
[pid=31819] ppid=31816 vsize=27136 CPUtime=6.25 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1180 0 0 0 625 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5099630 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 27136

[startup+12.7002 s]
/proc/loadavg: 2.09 2.04 2.05 3/181 31820
/proc/meminfo: memFree=31218960/32770624 swapFree=0/526916
[pid=31819] ppid=31816 vsize=27136 CPUtime=12.65 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1240 0 0 0 1265 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 4934208 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 27136

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.05 3/181 31820
/proc/meminfo: memFree=31218960/32770624 swapFree=0/526916
[pid=31819] ppid=31816 vsize=27136 CPUtime=25.45 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1350 0 0 0 2545 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 4935454 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 27136

[startup+51.1003 s]
/proc/loadavg: 2.12 2.06 2.05 3/181 31821
/proc/meminfo: memFree=31219084/32770624 swapFree=0/526912
[pid=31819] ppid=31816 vsize=27136 CPUtime=51.05 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1417 0 0 0 5105 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4971949 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27136

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/181 31823
/proc/meminfo: memFree=31218960/32770624 swapFree=0/526920
[pid=31819] ppid=31816 vsize=27136 CPUtime=102.26 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1486 0 0 0 10226 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5048077 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 27136

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 31886
/proc/meminfo: memFree=31220496/32770624 swapFree=0/526952
[pid=31819] ppid=31816 vsize=27136 CPUtime=162.26 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1541 0 0 0 16226 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5320857 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 27136

[startup+222.305 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 31889
/proc/meminfo: memFree=31219876/32770624 swapFree=0/526956
[pid=31819] ppid=31816 vsize=27136 CPUtime=222.27 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1608 0 0 0 22227 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5099648 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 27136

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 31890
/proc/meminfo: memFree=31219636/32770624 swapFree=0/526964
[pid=31819] ppid=31816 vsize=27136 CPUtime=282.27 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1608 0 0 0 28227 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4935502 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 27136

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 31892
/proc/meminfo: memFree=31219884/32770624 swapFree=0/526972
[pid=31819] ppid=31816 vsize=27136 CPUtime=342.28 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1663 0 0 0 34228 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4971621 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 27136

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 31894
/proc/meminfo: memFree=31220024/32770624 swapFree=0/526984
[pid=31819] ppid=31816 vsize=27136 CPUtime=402.29 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1677 0 0 0 40229 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5320985 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 27136

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 31896
/proc/meminfo: memFree=31220280/32770624 swapFree=0/527000
[pid=31819] ppid=31816 vsize=27136 CPUtime=462.29 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1732 0 0 0 46229 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 4935486 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 27136

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 31912
/proc/meminfo: memFree=31216416/32770624 swapFree=0/527016
[pid=31819] ppid=31816 vsize=27136 CPUtime=522.3 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1746 0 0 0 52230 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5327764 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 27136

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 31914
/proc/meminfo: memFree=31219832/32770624 swapFree=0/527024
[pid=31819] ppid=31816 vsize=27136 CPUtime=582.31 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 1801 0 0 0 58231 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827215656 5048480 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 27136


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


[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 31989
/proc/meminfo: memFree=31219288/32770624 swapFree=0/527260
[pid=31819] ppid=31816 vsize=27136 CPUtime=1602.41 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2253 0 0 0 160241 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4975532 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1602.41
Current children cumulated vsize (KiB) 27136

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 31991
/proc/meminfo: memFree=31219292/32770624 swapFree=0/527272
[pid=31819] ppid=31816 vsize=27136 CPUtime=1662.42 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2308 0 0 0 166242 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4936000 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1662.42
Current children cumulated vsize (KiB) 27136

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 32007
/proc/meminfo: memFree=31215756/32770624 swapFree=0/527308
[pid=31819] ppid=31816 vsize=27136 CPUtime=1722.42 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2308 0 0 0 172242 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5139338 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1722.42
Current children cumulated vsize (KiB) 27136

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 32009
/proc/meminfo: memFree=31218860/32770624 swapFree=0/527320
[pid=31819] ppid=31816 vsize=27136 CPUtime=1782.43 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2362 0 0 0 178243 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4979460 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1782.43
Current children cumulated vsize (KiB) 27136

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 32011
/proc/meminfo: memFree=31218876/32770624 swapFree=0/527332
[pid=31819] ppid=31816 vsize=27136 CPUtime=1842.44 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2363 0 0 0 184244 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4935454 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1842.44
Current children cumulated vsize (KiB) 27136

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 32013
/proc/meminfo: memFree=31218884/32770624 swapFree=0/527336
[pid=31819] ppid=31816 vsize=27136 CPUtime=1902.44 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2417 0 0 0 190244 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4935456 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1902.44
Current children cumulated vsize (KiB) 27136

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 32015
/proc/meminfo: memFree=31219132/32770624 swapFree=0/527344
[pid=31819] ppid=31816 vsize=27136 CPUtime=1962.45 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2417 0 0 0 196245 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4972783 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 1962.45
Current children cumulated vsize (KiB) 27136

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 32017
/proc/meminfo: memFree=31219256/32770624 swapFree=0/527352
[pid=31819] ppid=31816 vsize=27136 CPUtime=2022.46 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2473 0 0 0 202246 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4934305 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2022.46
Current children cumulated vsize (KiB) 27136

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32019
/proc/meminfo: memFree=31219380/32770624 swapFree=0/527364
[pid=31819] ppid=31816 vsize=27136 CPUtime=2082.47 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2473 0 0 0 208247 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4934340 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2082.47
Current children cumulated vsize (KiB) 27136

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32021
/proc/meminfo: memFree=31219504/32770624 swapFree=0/527376
[pid=31819] ppid=31816 vsize=27136 CPUtime=2142.47 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2527 0 0 0 214247 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5099674 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2142.47
Current children cumulated vsize (KiB) 27136

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32023
/proc/meminfo: memFree=31219504/32770624 swapFree=0/527380
[pid=31819] ppid=31816 vsize=27136 CPUtime=2202.48 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2528 0 0 0 220248 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4935490 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2202.48
Current children cumulated vsize (KiB) 27136

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32025
/proc/meminfo: memFree=31219628/32770624 swapFree=0/527392
[pid=31819] ppid=31816 vsize=27136 CPUtime=2262.48 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2582 0 0 0 226248 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5319872 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2262.48
Current children cumulated vsize (KiB) 27136

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 32041
/proc/meminfo: memFree=31215380/32770624 swapFree=0/527420
[pid=31819] ppid=31816 vsize=27136 CPUtime=2322.49 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2582 0 0 0 232249 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5325719 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2322.49
Current children cumulated vsize (KiB) 27136

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32043
/proc/meminfo: memFree=31219148/32770624 swapFree=0/527428
[pid=31819] ppid=31816 vsize=27136 CPUtime=2382.49 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2636 0 0 0 238249 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5139327 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2382.49
Current children cumulated vsize (KiB) 27136

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32045
/proc/meminfo: memFree=31218888/32770624 swapFree=0/527432
[pid=31819] ppid=31816 vsize=27136 CPUtime=2442.5 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2637 0 0 0 244250 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5047534 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2442.5
Current children cumulated vsize (KiB) 27136

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32047
/proc/meminfo: memFree=31219012/32770624 swapFree=0/527444
[pid=31819] ppid=31816 vsize=27136 CPUtime=2502.51 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2692 0 0 0 250251 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 4936000 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2502.51
Current children cumulated vsize (KiB) 27136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 32048
/proc/meminfo: memFree=31219012/32770624 swapFree=0/527432
[pid=31819] ppid=31816 vsize=27136 CPUtime=2520.01 cores=1,3,5,7
/proc/31819/stat : 31819 (cosoco) R 31816 31819 21984 0 -1 4202496 2692 0 0 0 252001 0 0 0 20 0 1 0 57198947 27787264 906 18446744073709551615 4194304 5972588 140723827228464 140723827225912 5328624 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 12214272 140723827237358 140723827237453 140723827237453 140723827240910 0
/proc/31819/statm: 6784 906 776 435 0 147 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 27136

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

Child status: 1
Real time (s): 2519.8
CPU time (s): 2520.02
CPU user time (s): 2520.01
CPU system time (s): 0.007
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 27136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.01
system time used= 0.007
maximum resident set size= 3704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2746
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= 757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85556 second user time and 8.10683 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-12 16:42:17
IDJOB=4267877
IDBENCH=135668
IDSOLVER=2658
FILE ID=node125/4267877-1502549782
RUNJOBID= node125-1502500302-22048
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267877-1502549782/watcher-4267877-1502549782 -o /tmp/evaluation-result-4267877-1502549782/solver-4267877-1502549782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22048 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267877-1502549782.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=43456880

node125.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.07
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.07
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.07
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.07
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:        31220132 kB
MemAvailable:   31999684 kB
Buffers:          271392 kB
Cached:           797808 kB
SwapCached:            0 kB
Active:           573116 kB
Inactive:         551840 kB
Active(anon):      55880 kB
Inactive(anon):    24908 kB
Active(file):     517236 kB
Inactive(file):   526932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:         65536 kB
Mapped:            46132 kB
Shmem:             25252 kB
Slab:             127692 kB
SReclaimable:     102436 kB
SUnreclaim:        25256 kB
KernelStack:        3472 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 62028 MiB
End job on node125 at 2017-08-12 17:24:17