Trace number 4267564

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.8899 2520

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-t2.xml
MD5SUM9e99b8f50ba877dbe58773e5c08a73e4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables3015
Number of constraints125
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3015}]
Minimum variable degree5
Maximum variable degree8
Distribution of variable degrees[{"degree":5,"count":17},{"degree":6,"count":1236},{"degree":7,"count":1323},{"degree":8,"count":439}]
Minimum constraint arity12
Maximum constraint arity261
Distribution of constraint arities[{"arity":12,"count":3},{"arity":14,"count":2},{"arity":15,"count":2},{"arity":17,"count":2},{"arity":18,"count":1},{"arity":25,"count":2},{"arity":34,"count":1},{"arity":35,"count":2},{"arity":36,"count":1},{"arity":41,"count":1},{"arity":50,"count":7},{"arity":52,"count":1},{"arity":58,"count":2},{"arity":63,"count":2},{"arity":70,"count":2},{"arity":77,"count":2},{"arity":83,"count":2},{"arity":84,"count":1},{"arity":87,"count":2},{"arity":90,"count":1},{"arity":91,"count":2},{"arity":95,"count":3},{"arity":105,"count":2},{"arity":107,"count":1},{"arity":108,"count":2},"...",{"arity":196,"count":3}, {"arity":197,"count":1}, {"arity":198,"count":2}, {"arity":199,"count":2}, {"arity":201,"count":3}, {"arity":202,"count":2}, {"arity":204,"count":3}, {"arity":206,"count":1}, {"arity":207,"count":2}, {"arity":214,"count":2}, {"arity":218,"count":2}, {"arity":219,"count":4}, {"arity":221,"count":1}, {"arity":222,"count":1}, {"arity":230,"count":1}, {"arity":231,"count":1}, {"arity":233,"count":1}, {"arity":235,"count":1}, {"arity":237,"count":1}, {"arity":241,"count":1}, {"arity":245,"count":1}, {"arity":246,"count":1}, {"arity":249,"count":1}, {"arity":254,"count":1}, {"arity":261,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":125}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.20	c best=?? lower=-3015 upper=0 
2519.88/2520.00	c
2519.88/2520.00	c This is cosoco 1.12 --  
2519.88/2520.00	c
2519.88/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267564-1502542685.xml 
2519.88/2520.00	c enable optimization
2519.88/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.88/2520.00	c |                                                                                                       
2519.88/2520.00	c |  Parse time        :         0.13 s 
2519.88/2520.00	c |
2519.88/2520.00	c |               Variables: 3015
2519.88/2520.00	c |            Domain Sizes: 2..2
2519.88/2520.00	c |
2519.88/2520.00	c |             Constraints: 126
2519.88/2520.00	c |                   Arity: 12..3015
2519.88/2520.00	c | 
2519.88/2520.00	c |                   Types: 
2519.88/2520.00	c |                          Exactly K: 125
2519.88/2520.00	c |                          Sum: 1
2519.88/2520.00	c |                          
2519.88/2520.00	c =========================================================================================================
2519.88/2520.00	
2519.88/2520.00	c *** INTERRUPTED ***
2519.88/2520.00	c restarts              : 55          
2519.88/2520.00	c conflicts             : 188761       (75 /sec)
2519.88/2520.00	c decisions             : 17119218     (6794 /sec)
2519.88/2520.00	c propagations          : 211665892   (84000 /sec)
2519.88/2520.00	c root propagations     : 0           
2519.88/2520.00	c filter calls          : 168079372      (66702 /sec)
2519.88/2520.00	c useless filter calls  : 159653261      (94 %)
2519.88/2520.00	c Memory used           : 63.48 MB
2519.88/2520.00	c CPU time              : 2519.84 s
2519.88/2520.00	
2519.88/2520.00	c No Bound found!
2519.88/2520.00	
2519.88/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-4267564-1502542685/watcher-4267564-1502542685 -o /tmp/evaluation-result-4267564-1502542685/solver-4267564-1502542685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27514 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267564-1502542685.xml 

pid=4791
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 3/184 4794
/proc/meminfo: memFree=31045032/32770624 swapFree=0/473348
[pid=4794] ppid=4791 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4794/stat : 4794 (runsolver) D 4791 4794 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 153921288 24240128 108 18446744073709551615 4194304 4338465 140736696135344 140736696132984 140092827681495 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 26206208 140736696144065 140736696144457 140736696144457 140736696147914 0
/proc/4794/statm: 5918 108 54 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 4794
/proc/meminfo: memFree=31045032/32770624 swapFree=0/473348
[pid=4794] ppid=4791 vsize=29232 CPUtime=0.02 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 1522 0 0 0 2 0 0 0 20 0 1 0 153921288 29933568 1302 18446744073709551615 4194304 5972588 140724648085840 140724648082488 140417790770149 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 7308 1302 711 435 0 671 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29232

[startup+0.20028 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 4794
/proc/meminfo: memFree=31045032/32770624 swapFree=0/473348
[pid=4794] ppid=4791 vsize=31208 CPUtime=0.12 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 2031 0 0 0 12 0 0 0 20 0 1 0 153921288 31956992 1873 18446744073709551615 4194304 5972588 140724648085840 140724648082488 5110591 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 7802 1873 742 435 0 1165 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 31208

[startup+0.30026 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 4794
/proc/meminfo: memFree=31045032/32770624 swapFree=0/473348
[pid=4794] ppid=4791 vsize=32132 CPUtime=0.22 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 2306 0 0 0 22 0 0 0 20 0 1 0 153921288 32903168 2136 18446744073709551615 4194304 5972588 140724648085840 140724648082488 140417790770149 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 8033 2136 779 435 0 1396 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 32132

[startup+0.70027 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 4794
/proc/meminfo: memFree=31045032/32770624 swapFree=0/473348
[pid=4794] ppid=4791 vsize=52472 CPUtime=0.62 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 7346 0 0 0 61 1 0 0 20 0 1 0 153921288 53731328 7152 18446744073709551615 4194304 5972588 140724648085840 140724648082488 5139507 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 13118 7152 779 435 0 6481 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 52472

[startup+1.50024 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 4795
/proc/meminfo: memFree=31019388/32770624 swapFree=0/473464
[pid=4794] ppid=4791 vsize=56620 CPUtime=1.42 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 8364 0 0 0 141 1 0 0 20 0 1 0 153921288 57978880 8142 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5046264 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 14155 8142 779 435 0 7518 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 56620

[startup+3.10022 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 4795
/proc/meminfo: memFree=31013440/32770624 swapFree=0/473464
[pid=4794] ppid=4791 vsize=58364 CPUtime=3.02 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 11030 0 0 0 301 1 0 0 20 0 1 0 153921288 59764736 8657 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 14591 8657 779 435 0 7954 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 58364

[startup+6.30022 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 4795
/proc/meminfo: memFree=31012668/32770624 swapFree=0/473344
[pid=4794] ppid=4791 vsize=59840 CPUtime=6.22 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 17548 0 0 0 620 2 0 0 20 0 1 0 153921288 61276160 9012 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046712 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 14960 9012 779 435 0 8323 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 59840

[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 4795
/proc/meminfo: memFree=31009472/32770624 swapFree=0/473344
[pid=4794] ppid=4791 vsize=61736 CPUtime=12.62 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 23627 0 0 0 1260 2 0 0 20 0 1 0 153921288 63217664 9482 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5046462 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 15434 9482 779 435 0 8797 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 61736

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 4795
/proc/meminfo: memFree=31007612/32770624 swapFree=0/473340
[pid=4794] ppid=4791 vsize=62944 CPUtime=25.42 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 34125 0 0 0 2539 3 0 0 20 0 1 0 153921288 64454656 9781 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 15736 9781 779 435 0 9099 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 62944

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 4795
/proc/meminfo: memFree=31006000/32770624 swapFree=0/473336
[pid=4794] ppid=4791 vsize=64324 CPUtime=51.02 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 42054 0 0 0 5099 3 0 0 20 0 1 0 153921288 65867776 10145 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16081 10145 779 435 0 9444 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 64324

[startup+102.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/184 4797
/proc/meminfo: memFree=31004936/32770624 swapFree=0/473364
[pid=4794] ppid=4791 vsize=64460 CPUtime=102.22 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 49057 0 0 0 10218 4 0 0 20 0 1 0 153921288 66007040 10228 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16115 10228 779 435 0 9478 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 64460

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/185 4800
/proc/meminfo: memFree=31005128/32770624 swapFree=0/473368
[pid=4794] ppid=4791 vsize=64596 CPUtime=162.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 49568 0 0 0 16217 4 0 0 20 0 1 0 153921288 66146304 10250 18446744073709551615 4194304 5972588 140724648085840 140724648082504 5046284 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16149 10250 779 435 0 9512 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 64596

[startup+222.306 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 4802
/proc/meminfo: memFree=31004704/32770624 swapFree=0/473372
[pid=4794] ppid=4791 vsize=64860 CPUtime=222.22 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 50146 0 0 0 22218 4 0 0 20 0 1 0 153921288 66416640 10334 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5032400 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10334 779 435 0 9578 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 64860

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 4804
/proc/meminfo: memFree=31004832/32770624 swapFree=0/473384
[pid=4794] ppid=4791 vsize=64860 CPUtime=282.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 50679 0 0 0 28217 4 0 0 20 0 1 0 153921288 66416640 10337 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046284 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10337 779 435 0 9578 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 64860

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4806
/proc/meminfo: memFree=31004552/32770624 swapFree=0/473388
[pid=4794] ppid=4791 vsize=64860 CPUtime=342.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 51187 0 0 0 34217 4 0 0 20 0 1 0 153921288 66416640 10339 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5032431 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10339 779 435 0 9578 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 64860

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 4823
/proc/meminfo: memFree=31000120/32770624 swapFree=0/473408
[pid=4794] ppid=4791 vsize=64860 CPUtime=402.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 51689 0 0 0 40217 4 0 0 20 0 1 0 153921288 66416640 10339 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5338164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10339 779 435 0 9578 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 64860

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 4825
/proc/meminfo: memFree=30999772/32770624 swapFree=0/473412
[pid=4794] ppid=4791 vsize=64860 CPUtime=462.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 52189 0 0 0 46217 4 0 0 20 0 1 0 153921288 66416640 10342 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5338169 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10342 779 435 0 9578 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 64860

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 4827
/proc/meminfo: memFree=31002672/32770624 swapFree=0/473428
[pid=4794] ppid=4791 vsize=64860 CPUtime=522.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 52694 0 0 0 52217 4 0 0 20 0 1 0 153921288 66416640 10342 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139264 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16215 10342 779 435 0 9578 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 64860

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 4829
/proc/meminfo: memFree=31003568/32770624 swapFree=0/473440
[pid=4794] ppid=4791 vsize=64996 CPUtime=582.21 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 53203 0 0 0 58217 4 0 0 20 0 1 0 153921288 66555904 10353 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139319 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10353 779 435 0 9612 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 64996


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 4921
/proc/meminfo: memFree=30999328/32770624 swapFree=0/473600
[pid=4794] ppid=4791 vsize=64996 CPUtime=1602.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 61973 0 0 0 160215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046668 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1602.19
Current children cumulated vsize (KiB) 64996

[startup+1662.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/189 4924
/proc/meminfo: memFree=30998772/32770624 swapFree=0/473608
[pid=4794] ppid=4791 vsize=64996 CPUtime=1662.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 62498 0 0 0 166215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046280 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1662.19
Current children cumulated vsize (KiB) 64996

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/186 4926
/proc/meminfo: memFree=31001924/32770624 swapFree=0/473624
[pid=4794] ppid=4791 vsize=64996 CPUtime=1722.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 63002 0 0 0 172215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1722.19
Current children cumulated vsize (KiB) 64996

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 4928
/proc/meminfo: memFree=31002388/32770624 swapFree=0/473628
[pid=4794] ppid=4791 vsize=64996 CPUtime=1782.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 63503 0 0 0 178215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139329 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1782.19
Current children cumulated vsize (KiB) 64996

[startup+1842.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/186 4930
/proc/meminfo: memFree=31002392/32770624 swapFree=0/473644
[pid=4794] ppid=4791 vsize=64996 CPUtime=1842.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 64026 0 0 0 184215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1842.19
Current children cumulated vsize (KiB) 64996

[startup+1902.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/185 4993
/proc/meminfo: memFree=31021908/32770624 swapFree=0/473748
[pid=4794] ppid=4791 vsize=64996 CPUtime=1902.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 64531 0 0 0 190215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1902.19
Current children cumulated vsize (KiB) 64996

[startup+1962.3 s]
/proc/loadavg: 1.93 1.98 2.03 3/184 4995
/proc/meminfo: memFree=31019820/32770624 swapFree=0/473660
[pid=4794] ppid=4791 vsize=64996 CPUtime=1962.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 65034 0 0 0 196215 4 0 0 20 0 1 0 153921288 66555904 10361 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5338173 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10361 779 435 0 9612 0
Current children cumulated CPU time (s) 1962.19
Current children cumulated vsize (KiB) 64996

[startup+2022.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/184 4997
/proc/meminfo: memFree=31018424/32770624 swapFree=0/473668
[pid=4794] ppid=4791 vsize=64996 CPUtime=2022.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 65573 0 0 0 202215 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046712 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2022.19
Current children cumulated vsize (KiB) 64996

[startup+2082.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/184 4999
/proc/meminfo: memFree=31019024/32770624 swapFree=0/473692
[pid=4794] ppid=4791 vsize=64996 CPUtime=2082.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 66078 0 0 0 208215 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5032431 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2082.19
Current children cumulated vsize (KiB) 64996

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/184 5001
/proc/meminfo: memFree=31019148/32770624 swapFree=0/473692
[pid=4794] ppid=4791 vsize=64996 CPUtime=2142.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 66565 0 0 0 214215 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139264 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2142.19
Current children cumulated vsize (KiB) 64996

[startup+2202.31 s]
/proc/loadavg: 2.00 1.99 2.03 3/189 5019
/proc/meminfo: memFree=31014860/32770624 swapFree=0/473740
[pid=4794] ppid=4791 vsize=64996 CPUtime=2202.19 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 67070 0 0 0 220215 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5338173 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2202.19
Current children cumulated vsize (KiB) 64996

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/189 5020
/proc/meminfo: memFree=31015412/32770624 swapFree=0/473736
[pid=4794] ppid=4791 vsize=64996 CPUtime=2262.18 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 67582 0 0 0 226214 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046280 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2262.18
Current children cumulated vsize (KiB) 64996

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 5022
/proc/meminfo: memFree=31018636/32770624 swapFree=0/473736
[pid=4794] ppid=4791 vsize=64996 CPUtime=2322.18 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 68094 0 0 0 232214 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139312 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2322.18
Current children cumulated vsize (KiB) 64996

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 5024
/proc/meminfo: memFree=31019012/32770624 swapFree=0/473740
[pid=4794] ppid=4791 vsize=64996 CPUtime=2382.18 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 68589 0 0 0 238214 4 0 0 20 0 1 0 153921288 66555904 10364 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046287 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10364 779 435 0 9612 0
Current children cumulated CPU time (s) 2382.18
Current children cumulated vsize (KiB) 64996

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 5026
/proc/meminfo: memFree=31019036/32770624 swapFree=0/473748
[pid=4794] ppid=4791 vsize=64996 CPUtime=2442.18 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 69131 0 0 0 244214 4 0 0 20 0 1 0 153921288 66555904 10366 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5032450 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10366 779 435 0 9612 0
Current children cumulated CPU time (s) 2442.18
Current children cumulated vsize (KiB) 64996

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/184 5029
/proc/meminfo: memFree=31019044/32770624 swapFree=0/473764
[pid=4794] ppid=4791 vsize=64996 CPUtime=2502.18 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 69625 0 0 0 250214 4 0 0 20 0 1 0 153921288 66555904 10366 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5139264 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10366 779 435 0 9612 0
Current children cumulated CPU time (s) 2502.18
Current children cumulated vsize (KiB) 64996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 1.99 2.03 3/184 5030
/proc/meminfo: memFree=31019016/32770624 swapFree=0/473780
[pid=4794] ppid=4791 vsize=64996 CPUtime=2519.88 cores=1,3,5,7
/proc/4794/stat : 4794 (cosoco) R 4791 4794 27450 0 -1 4202496 69927 0 0 0 251984 4 0 0 20 0 1 0 153921288 66555904 10366 18446744073709551615 4194304 5972588 140724648085840 140724648082600 5046284 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 13225984 140724648092142 140724648092237 140724648092237 140724648095694 0
/proc/4794/statm: 16249 10366 779 435 0 9612 0
Current children cumulated CPU time (s) 2519.88
Current children cumulated vsize (KiB) 64996

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 4794 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.89
CPU user time (s): 2519.84
CPU system time (s): 0.050999
CPU usage (%): 99.9958
Max. virtual memory (cumulated for all children) (KiB): 64996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.84
system time used= 0.050999
maximum resident set size= 41544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69981
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= 21
involuntary context switches= 671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.5463 second user time and 8.89697 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 14:43:40
IDJOB=4267564
IDBENCH=133714
IDSOLVER=2658
FILE ID=node132/4267564-1502542685
RUNJOBID= node132-1502500306-27514
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-t2.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267564-1502542685/watcher-4267564-1502542685 -o /tmp/evaluation-result-4267564-1502542685/solver-4267564-1502542685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27514 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267564-1502542685.xml

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

MD5SUM BENCH= 9e99b8f50ba877dbe58773e5c08a73e4
RANDOM SEED=1656843989

node132.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.74
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.74
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.74
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.74
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:        31045056 kB
MemAvailable:   31916700 kB
Buffers:          308540 kB
Cached:           872208 kB
SwapCached:            0 kB
Active:           767520 kB
Inactive:         522360 kB
Active(anon):     109952 kB
Inactive(anon):    49012 kB
Active(file):     657568 kB
Inactive(file):   473348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:        108876 kB
Mapped:            63664 kB
Shmem:             49852 kB
Slab:             139792 kB
SReclaimable:     113124 kB
SUnreclaim:        26668 kB
KernelStack:        3232 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     393172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-12 15:25:40