Trace number 4267614

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.12? (TO) 2519.6799 2520

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-27-a3.xml
MD5SUMd2b2d316f8a3db7e4daa8c5fb45f5c4a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark788
Best CPU time to get the best result obtained on this benchmark19974.699
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints354
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":351},{"size":1001,"count":27}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":351},{"degree":27,"count":25},{"degree":28,"count":2}]
Minimum constraint arity1
Maximum constraint arity351
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":351},{"arity":27,"count":1},{"arity":351,"count":1}]
Number of extensional constraints0
Number of intensional constraints352
Distribution of constraint types[{"type":"intension","count":352},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.32/0.47	c best=?? lower=0 upper=1000 
2519.67/2520.00	c
2519.67/2520.00	c This is cosoco 1.12 --  
2519.67/2520.00	c
2519.67/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267614-1502525509.xml 
2519.67/2520.00	c enable optimization
2519.67/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.67/2520.00	c |                                                                                                       
2519.67/2520.00	c |  Parse time        :         0.39 s 
2519.67/2520.00	c |
2519.67/2520.00	c |               Variables: 756
2519.67/2520.00	c |            Domain Sizes: 1000..1001
2519.67/2520.00	c |
2519.67/2520.00	c |             Constraints: 380
2519.67/2520.00	c |                   Arity: 1..351  -- Unary: 2  -- Binary: 26  -- Ternary: 351
2519.67/2520.00	c | 
2519.67/2520.00	c |                   Types: 
2519.67/2520.00	c |                          (X - Y < k): 26
2519.67/2520.00	c |                          All Different: 1
2519.67/2520.00	c |                          Intension: 353
2519.67/2520.00	c |                          
2519.67/2520.00	c =========================================================================================================
2519.67/2520.00	
2519.67/2520.00	c *** INTERRUPTED ***
2519.67/2520.00	c restarts              : 90          
2519.67/2520.00	c conflicts             : 5489293      (2179 /sec)
2519.67/2520.00	c decisions             : 5885131      (2336 /sec)
2519.67/2520.00	c propagations          : 17419340591 (6913389 /sec)
2519.67/2520.00	c root propagations     : 1676        
2519.67/2520.00	c filter calls          : 532611036      (211383 /sec)
2519.67/2520.00	c useless filter calls  : 492099204      (92 %)
2519.67/2520.00	c Memory used           : 59.26 MB
2519.67/2520.00	c CPU time              : 2519.65 s
2519.67/2520.00	
2519.67/2520.00	c No Bound found!
2519.67/2520.00	
2519.67/2520.00	s UNKNOWN

Verifier Data


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-4267614-1502525509/watcher-4267614-1502525509 -o /tmp/evaluation-result-4267614-1502525509/solver-4267614-1502525509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502500311-1848 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267614-1502525509.xml 

pid=8124
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.00 2.01 2.05 3/180 8127
/proc/meminfo: memFree=31154280/32770624 swapFree=0/323092
[pid=8127] ppid=8124 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8127/stat : 8127 (runsolver) D 8124 8127 1785 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 54746361 24240128 106 18446744073709551615 4194304 4338465 140721336568256 140721336565896 140016079610583 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 9342976 140721336570050 140721336570441 140721336570441 140721336573898 0
/proc/8127/statm: 5918 106 53 36 0 2156 0

[startup+0.100747 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 8127
/proc/meminfo: memFree=31154280/32770624 swapFree=0/323092
[pid=8127] ppid=8124 vsize=34144 CPUtime=0.02 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 2832 0 0 0 2 0 0 0 20 0 1 0 54746361 34963456 2648 18446744073709551615 4194304 5972588 140734747389328 140734747383128 139745848300778 0 0 1 0 0 0 0 17 6 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 8536 2648 787 435 0 1899 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34144

[startup+0.20075 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 8127
/proc/meminfo: memFree=31154280/32770624 swapFree=0/323092
[pid=8127] ppid=8124 vsize=39040 CPUtime=0.12 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 4059 0 0 0 12 0 0 0 20 0 1 0 54746361 39976960 3871 18446744073709551615 4194304 5972588 140734747389328 140734747382888 139745839046456 0 0 1 0 0 0 0 17 6 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 9760 3871 787 435 0 3123 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 39040

[startup+0.300746 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 8127
/proc/meminfo: memFree=31154280/32770624 swapFree=0/323092
[pid=8127] ppid=8124 vsize=44080 CPUtime=0.22 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 5298 0 0 0 22 0 0 0 20 0 1 0 54746361 45137920 5097 18446744073709551615 4194304 5972588 140734747389328 140734747382888 139745839699334 0 0 1 0 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 11020 5097 787 435 0 4383 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 44080

[startup+0.700179 s]
/proc/loadavg: 2.00 2.01 2.05 3/180 8127
/proc/meminfo: memFree=31154280/32770624 swapFree=0/323092
[pid=8127] ppid=8124 vsize=52940 CPUtime=0.62 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 7569 0 0 0 62 0 0 0 20 0 1 0 54746361 54210560 7386 18446744073709551615 4194304 5972588 140734747389328 140734747386200 5099648 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13235 7386 835 435 0 6598 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 52940

[startup+1.50017 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 8128
/proc/meminfo: memFree=31127908/32770624 swapFree=0/323084
[pid=8127] ppid=8124 vsize=53072 CPUtime=1.42 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 7593 0 0 0 142 0 0 0 20 0 1 0 54746361 54345728 7386 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5070704 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13268 7386 835 435 0 6631 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 53072

[startup+3.10017 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 8128
/proc/meminfo: memFree=31127164/32770624 swapFree=0/323084
[pid=8127] ppid=8124 vsize=53072 CPUtime=3.02 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 8693 0 0 0 302 0 0 0 20 0 1 0 54746361 54345728 7452 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5070704 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13268 7452 835 435 0 6631 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 53072

[startup+6.30018 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 8128
/proc/meminfo: memFree=31126712/32770624 swapFree=0/323072
[pid=8127] ppid=8124 vsize=53204 CPUtime=6.22 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 12076 0 0 0 621 1 0 0 20 0 1 0 54746361 54480896 7477 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4909702 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13301 7477 835 435 0 6664 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 53204

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 8128
/proc/meminfo: memFree=31126216/32770624 swapFree=0/323072
[pid=8127] ppid=8124 vsize=53336 CPUtime=12.62 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 14824 0 0 0 1261 1 0 0 20 0 1 0 54746361 54616064 7501 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4975104 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13334 7501 835 435 0 6697 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 53336

[startup+25.5002 s]
/proc/loadavg: 1.95 2.00 2.04 3/181 8130
/proc/meminfo: memFree=31124216/32770624 swapFree=0/323072
[pid=8127] ppid=8124 vsize=54920 CPUtime=25.41 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 19561 0 0 0 2540 1 0 0 20 0 1 0 54746361 56238080 7884 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4969136 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13730 7884 835 435 0 7093 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 54920

[startup+51.1002 s]
/proc/loadavg: 1.96 2.00 2.04 3/181 8130
/proc/meminfo: memFree=31122596/32770624 swapFree=0/323072
[pid=8127] ppid=8124 vsize=55448 CPUtime=51.01 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 23996 0 0 0 5099 2 0 0 20 0 1 0 54746361 56778752 8040 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5320296 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 13862 8040 835 435 0 7225 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 55448

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/182 8133
/proc/meminfo: memFree=31122360/32770624 swapFree=0/323084
[pid=8127] ppid=8124 vsize=56108 CPUtime=102.21 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 24746 0 0 0 10219 2 0 0 20 0 1 0 54746361 57454592 8165 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5053097 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14027 8165 835 435 0 7390 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 56108

[startup+162.3 s]
/proc/loadavg: 1.96 1.99 2.03 3/185 8149
/proc/meminfo: memFree=31118212/32770624 swapFree=0/323096
[pid=8127] ppid=8124 vsize=56240 CPUtime=162.19 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 25431 0 0 0 16217 2 0 0 20 0 1 0 54746361 57589760 8240 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5320283 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14060 8240 835 435 0 7423 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 56240

[startup+222.306 s]
/proc/loadavg: 2.12 2.02 2.05 3/186 8176
/proc/meminfo: memFree=31115996/32770624 swapFree=0/323108
[pid=8127] ppid=8124 vsize=56784 CPUtime=222.19 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 26223 0 0 0 22217 2 0 0 20 0 1 0 54746361 58146816 8353 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5070704 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14196 8353 835 435 0 7559 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 56784

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/186 8178
/proc/meminfo: memFree=31116928/32770624 swapFree=0/323132
[pid=8127] ppid=8124 vsize=56784 CPUtime=282.18 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 26885 0 0 0 28216 2 0 0 20 0 1 0 54746361 58146816 8368 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14196 8368 835 435 0 7559 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 56784

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/183 8180
/proc/meminfo: memFree=31120392/32770624 swapFree=0/323128
[pid=8127] ppid=8124 vsize=56784 CPUtime=342.18 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 27128 0 0 0 34216 2 0 0 20 0 1 0 54746361 58146816 8372 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4971920 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14196 8372 835 435 0 7559 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 56784

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/182 8182
/proc/meminfo: memFree=31121244/32770624 swapFree=0/323136
[pid=8127] ppid=8124 vsize=56784 CPUtime=402.17 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 27392 0 0 0 40215 2 0 0 20 0 1 0 54746361 58146816 8376 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5094119 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14196 8376 835 435 0 7559 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 56784

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 8184
/proc/meminfo: memFree=31120940/32770624 swapFree=0/323140
[pid=8127] ppid=8124 vsize=56916 CPUtime=462.17 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 27698 0 0 0 46215 2 0 0 20 0 1 0 54746361 58281984 8389 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4968807 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14229 8389 835 435 0 7592 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 56916

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 8186
/proc/meminfo: memFree=31121508/32770624 swapFree=0/323148
[pid=8127] ppid=8124 vsize=56916 CPUtime=522.16 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 27930 0 0 0 52214 2 0 0 20 0 1 0 54746361 58281984 8401 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4968804 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14229 8401 835 435 0 7592 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 56916

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 8188
/proc/meminfo: memFree=31119648/32770624 swapFree=0/323156
[pid=8127] ppid=8124 vsize=58304 CPUtime=582.15 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 28696 0 0 0 58213 2 0 0 20 0 1 0 54746361 59703296 8706 18446744073709551615 4194304 5972588 140734747389328 140734747386088 4965339 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 14576 8706 835 435 0 7939 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 58304


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 8252
/proc/meminfo: memFree=31117732/32770624 swapFree=0/323412
[pid=8127] ppid=8124 vsize=60152 CPUtime=1602.05 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 35895 0 0 0 160203 2 0 0 20 0 1 0 54746361 61595648 9200 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4968786 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9200 835 435 0 8401 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 60152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 8255
/proc/meminfo: memFree=31117772/32770624 swapFree=0/323420
[pid=8127] ppid=8124 vsize=60152 CPUtime=1662.05 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 36226 0 0 0 166203 2 0 0 20 0 1 0 54746361 61595648 9201 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5322963 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9201 835 435 0 8401 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 60152

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/181 8257
/proc/meminfo: memFree=31117360/32770624 swapFree=0/323424
[pid=8127] ppid=8124 vsize=60152 CPUtime=1722.04 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 36557 0 0 0 172202 2 0 0 20 0 1 0 54746361 61595648 9202 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4965562 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9202 835 435 0 8401 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 60152

[startup+1782.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/181 8259
/proc/meminfo: memFree=31117368/32770624 swapFree=0/323432
[pid=8127] ppid=8124 vsize=60152 CPUtime=1782.04 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 36848 0 0 0 178202 2 0 0 20 0 1 0 54746361 61595648 9204 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5070704 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9204 835 435 0 8401 0
Current children cumulated CPU time (s) 1782.04
Current children cumulated vsize (KiB) 60152

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 8262
/proc/meminfo: memFree=31116832/32770624 swapFree=0/323448
[pid=8127] ppid=8124 vsize=60152 CPUtime=1842.03 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 37143 0 0 0 184201 2 0 0 20 0 1 0 54746361 61595648 9206 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5094219 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9206 835 435 0 8401 0
Current children cumulated CPU time (s) 1842.03
Current children cumulated vsize (KiB) 60152

[startup+1902.3 s]
/proc/loadavg: 1.95 2.02 2.04 3/181 8325
/proc/meminfo: memFree=31107788/32770624 swapFree=0/323476
[pid=8127] ppid=8124 vsize=60152 CPUtime=1902.03 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 37440 0 0 0 190201 2 0 0 20 0 1 0 54746361 61595648 9208 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4909624 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15038 9208 835 435 0 8401 0
Current children cumulated CPU time (s) 1902.03
Current children cumulated vsize (KiB) 60152

[startup+1962.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/184 8341
/proc/meminfo: memFree=31068456/32770624 swapFree=0/323504
[pid=8127] ppid=8124 vsize=60416 CPUtime=1962.02 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 38153 0 0 0 196200 2 0 0 20 0 1 0 54746361 61865984 9229 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4968862 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15104 9229 835 435 0 8467 0
Current children cumulated CPU time (s) 1962.02
Current children cumulated vsize (KiB) 60416

[startup+2022.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 8343
/proc/meminfo: memFree=31067144/32770624 swapFree=0/323508
[pid=8127] ppid=8124 vsize=60416 CPUtime=2022.01 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 38711 0 0 0 202199 2 0 0 20 0 1 0 54746361 61865984 9272 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15104 9272 835 435 0 8467 0
Current children cumulated CPU time (s) 2022.01
Current children cumulated vsize (KiB) 60416

[startup+2082.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/181 8345
/proc/meminfo: memFree=31070132/32770624 swapFree=0/323512
[pid=8127] ppid=8124 vsize=60680 CPUtime=2082.01 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 39360 0 0 0 208199 2 0 0 20 0 1 0 54746361 62136320 9342 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5320457 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9342 835 435 0 8533 0
Current children cumulated CPU time (s) 2082.01
Current children cumulated vsize (KiB) 60680

[startup+2142.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 8347
/proc/meminfo: memFree=31069944/32770624 swapFree=0/323524
[pid=8127] ppid=8124 vsize=60680 CPUtime=2142 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 39774 0 0 0 214198 2 0 0 20 0 1 0 54746361 62136320 9346 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5070704 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9346 835 435 0 8533 0
Current children cumulated CPU time (s) 2142
Current children cumulated vsize (KiB) 60680

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 8349
/proc/meminfo: memFree=31068260/32770624 swapFree=0/323532
[pid=8127] ppid=8124 vsize=60680 CPUtime=2202 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 40011 0 0 0 220198 2 0 0 20 0 1 0 54746361 62136320 9347 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5071744 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9347 835 435 0 8533 0
Current children cumulated CPU time (s) 2202
Current children cumulated vsize (KiB) 60680

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 8351
/proc/meminfo: memFree=31068108/32770624 swapFree=0/323540
[pid=8127] ppid=8124 vsize=60680 CPUtime=2261.99 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 40251 0 0 0 226197 2 0 0 20 0 1 0 54746361 62136320 9349 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5071411 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9349 835 435 0 8533 0
Current children cumulated CPU time (s) 2261.99
Current children cumulated vsize (KiB) 60680

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 8353
/proc/meminfo: memFree=31067292/32770624 swapFree=0/323556
[pid=8127] ppid=8124 vsize=60680 CPUtime=2321.99 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 40491 0 0 0 232197 2 0 0 20 0 1 0 54746361 62136320 9350 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9350 835 435 0 8533 0
Current children cumulated CPU time (s) 2321.99
Current children cumulated vsize (KiB) 60680

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8355
/proc/meminfo: memFree=31067276/32770624 swapFree=0/323568
[pid=8127] ppid=8124 vsize=60680 CPUtime=2381.98 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 40733 0 0 0 238196 2 0 0 20 0 1 0 54746361 62136320 9351 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5094104 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9351 835 435 0 8533 0
Current children cumulated CPU time (s) 2381.98
Current children cumulated vsize (KiB) 60680

[startup+2442.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 8357
/proc/meminfo: memFree=31067028/32770624 swapFree=0/323564
[pid=8127] ppid=8124 vsize=60680 CPUtime=2441.97 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 40975 0 0 0 244195 2 0 0 20 0 1 0 54746361 62136320 9353 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4969144 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9353 835 435 0 8533 0
Current children cumulated CPU time (s) 2441.97
Current children cumulated vsize (KiB) 60680

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 8359
/proc/meminfo: memFree=31067372/32770624 swapFree=0/323564
[pid=8127] ppid=8124 vsize=60680 CPUtime=2501.97 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 41222 0 0 0 250195 2 0 0 20 0 1 0 54746361 62136320 9355 18446744073709551615 4194304 5972588 140734747389328 140734747386184 4965453 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9355 835 435 0 8533 0
Current children cumulated CPU time (s) 2501.97
Current children cumulated vsize (KiB) 60680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 8359
/proc/meminfo: memFree=31067372/32770624 swapFree=0/323564
[pid=8127] ppid=8124 vsize=60680 CPUtime=2519.67 cores=0,2,4,6
/proc/8127/stat : 8127 (cosoco) R 8124 8127 1785 0 -1 4202496 41468 0 0 0 251965 2 0 0 20 0 1 0 54746361 62136320 9360 18446744073709551615 4194304 5972588 140734747389328 140734747386184 5099648 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17989632 140734747394542 140734747394637 140734747394637 140734747398094 0
/proc/8127/statm: 15170 9360 835 435 0 8533 0
Current children cumulated CPU time (s) 2519.67
Current children cumulated vsize (KiB) 60680

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 8127 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.68
CPU user time (s): 2519.65
CPU system time (s): 0.027997
CPU usage (%): 99.9873
Max. virtual memory (cumulated for all children) (KiB): 60680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.65
system time used= 0.027997
maximum resident set size= 37512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41513
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= 18
involuntary context switches= 3204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.31992 second user time and 8.52856 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-12 09:57:48
IDJOB=4267614
IDBENCH=126216
IDSOLVER=2658
FILE ID=node126/4267614-1502525509
RUNJOBID= node126-1502500311-1848
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-27-a3.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267614-1502525509/watcher-4267614-1502525509 -o /tmp/evaluation-result-4267614-1502525509/solver-4267614-1502525509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502500311-1848 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267614-1502525509.xml

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

MD5SUM BENCH= d2b2d316f8a3db7e4daa8c5fb45f5c4a
RANDOM SEED=1475205409

node126.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.81
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.81
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.81
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.81
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:        31154684 kB
MemAvailable:   31807628 kB
Buffers:          300948 kB
Cached:           623836 kB
SwapCached:          524 kB
Active:           765332 kB
Inactive:         394416 kB
Active(anon):     188496 kB
Inactive(anon):    71324 kB
Active(file):     576836 kB
Inactive(file):   323092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2260 kB
Writeback:             0 kB
AnonPages:        282728 kB
Mapped:            44784 kB
Shmem:             25248 kB
Slab:             163548 kB
SReclaimable:     137704 kB
SUnreclaim:        25844 kB
KernelStack:        3472 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     495356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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 node126 at 2017-08-12 10:39:48