Trace number 4267560

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.74 2520.01

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.77/3.91	c best=?? lower=-19091 upper=0 
2519.71/2520.00	c
2519.71/2520.00	c This is cosoco 1.12 --  
2519.71/2520.00	c
2519.71/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267560-1502542314.xml 
2519.71/2520.00	c enable optimization
2519.71/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.71/2520.00	c |                                                                                                       
2519.71/2520.00	c |  Parse time        :         3.78 s 
2519.71/2520.00	c |
2519.71/2520.00	c |               Variables: 19091
2519.71/2520.00	c |            Domain Sizes: 2..2
2519.71/2520.00	c |
2519.71/2520.00	c |             Constraints: 161
2519.71/2520.00	c |                   Arity: 13..19091
2519.71/2520.00	c | 
2519.71/2520.00	c |                   Types: 
2519.71/2520.00	c |                          Exactly K: 160
2519.71/2520.00	c |                          Sum: 1
2519.71/2520.00	c |                          
2519.71/2520.00	c =========================================================================================================
2519.71/2520.00	
2519.71/2520.00	c *** INTERRUPTED ***
2519.71/2520.00	c restarts              : 4           
2519.71/2520.00	c conflicts             : 466          (0 /sec)
2519.71/2520.00	c decisions             : 1028013      (408 /sec)
2519.71/2520.00	c propagations          : 24042123    (9545 /sec)
2519.71/2520.00	c root propagations     : 0           
2519.71/2520.00	c filter calls          : 14862243       (5900 /sec)
2519.71/2520.00	c useless filter calls  : 14727034       (99 %)
2519.71/2520.00	c Memory used           : 1302.80 MB
2519.71/2520.00	c CPU time              : 2518.88 s
2519.71/2520.00	
2519.71/2520.00	c No Bound found!
2519.71/2520.00	
2519.71/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-4267560-1502542314/watcher-4267560-1502542314 -o /tmp/evaluation-result-4267560-1502542314/solver-4267560-1502542314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267560-1502542314.xml 

pid=14609
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.02 2.05 3/180 14612
/proc/meminfo: memFree=31189588/32770624 swapFree=0/563180
[pid=14612] ppid=14609 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14612/stat : 14612 (runsolver) D 14609 14612 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 56424830 24240128 108 18446744073709551615 4194304 4338465 140727803748384 140727803746024 140282249220823 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28770304 140727803752642 140727803753033 140727803753033 140727803756490 0
/proc/14612/statm: 5918 108 54 36 0 2156 0

[startup+0.100149 s]
/proc/loadavg: 2.00 2.02 2.05 3/180 14612
/proc/meminfo: memFree=31189588/32770624 swapFree=0/563180
[pid=14612] ppid=14609 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14612/stat : 14612 (runsolver) D 14609 14612 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 56424830 24240128 108 18446744073709551615 4194304 4338465 140727803748384 140727803746024 140282249220823 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 28770304 140727803752642 140727803753033 140727803753033 140727803756490 0
/proc/14612/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.201236 s]
/proc/loadavg: 2.00 2.02 2.05 3/180 14612
/proc/meminfo: memFree=31189588/32770624 swapFree=0/563180
[pid=14612] ppid=14609 vsize=39776 CPUtime=0.07 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 4151 0 0 0 7 0 0 0 20 0 1 0 56424830 40730624 3969 18446744073709551615 4194304 5972588 140723835426528 140723835421736 5090204 0 0 1 0 0 0 0 17 6 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 9944 3969 711 435 0 3307 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39776

[startup+0.301234 s]
/proc/loadavg: 2.00 2.02 2.05 3/180 14612
/proc/meminfo: memFree=31189588/32770624 swapFree=0/563180
[pid=14612] ppid=14609 vsize=41560 CPUtime=0.17 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 4571 0 0 0 17 0 0 0 20 0 1 0 56424830 42557440 4365 18446744073709551615 4194304 5972588 140723835426528 140723835421848 5676016 0 0 1 0 0 0 0 17 6 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 10390 4365 718 435 0 3753 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 41560

[startup+0.700194 s]
/proc/loadavg: 2.00 2.02 2.05 3/180 14612
/proc/meminfo: memFree=31189588/32770624 swapFree=0/563180
[pid=14612] ppid=14609 vsize=58784 CPUtime=0.58 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 8899 0 0 0 57 1 0 0 20 0 1 0 56424830 60194816 8721 18446744073709551615 4194304 5972588 140723835426528 140723835420408 5473264 0 0 1 0 0 0 0 17 0 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 14696 8721 739 435 0 8059 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 58784

[startup+1.50018 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14613
/proc/meminfo: memFree=31157496/32770624 swapFree=0/563008
[pid=14612] ppid=14609 vsize=58784 CPUtime=1.38 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 8899 0 0 0 137 1 0 0 20 0 1 0 56424830 60194816 8721 18446744073709551615 4194304 5972588 140723835426528 140723835420408 5473255 0 0 1 0 0 0 0 17 0 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 14696 8721 739 435 0 8059 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 58784

[startup+3.10029 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14613
/proc/meminfo: memFree=31157376/32770624 swapFree=0/563280
[pid=14612] ppid=14609 vsize=58784 CPUtime=2.97 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 9247 0 0 0 296 1 0 0 20 0 1 0 56424830 60194816 8741 18446744073709551615 4194304 5972588 140723835426528 140723835420408 5634776 0 0 1 0 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 14696 8741 740 435 0 8059 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 58784

[startup+6.30033 s]
/proc/loadavg: 1.92 2.01 2.04 3/181 14613
/proc/meminfo: memFree=31155304/32770624 swapFree=0/563284
[pid=14612] ppid=14609 vsize=60896 CPUtime=6.17 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 18384 0 0 0 616 1 0 0 20 0 1 0 56424830 62357504 9339 18446744073709551615 4194304 5972588 140723835426528 140723835420408 5139329 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 15224 9339 776 435 0 8587 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 60896

[startup+12.7003 s]
/proc/loadavg: 1.93 2.01 2.04 3/181 14613
/proc/meminfo: memFree=31060816/32770624 swapFree=0/563284
[pid=14612] ppid=14609 vsize=156976 CPUtime=12.57 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 47321 0 0 0 1251 6 0 0 20 0 1 0 56424830 160743424 33312 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139329 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 39244 33312 776 435 0 32607 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 156976

[startup+25.5004 s]
/proc/loadavg: 1.95 2.01 2.04 3/181 14614
/proc/meminfo: memFree=30994884/32770624 swapFree=0/563284
[pid=14612] ppid=14609 vsize=223956 CPUtime=25.38 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 83962 0 0 0 2527 11 0 0 20 0 1 0 56424830 229330944 50024 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139264 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 55989 50024 776 435 0 49352 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 223956

[startup+51.1004 s]
/proc/loadavg: 1.96 2.01 2.04 3/181 14614
/proc/meminfo: memFree=30391408/32770624 swapFree=0/563276
[pid=14612] ppid=14609 vsize=855544 CPUtime=50.96 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 244298 0 0 0 5061 35 0 0 20 0 1 0 56424830 876077056 200275 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5032427 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 213886 200275 776 435 0 207249 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 855544

[startup+102.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/181 14616
/proc/meminfo: memFree=30339420/32770624 swapFree=0/563280
[pid=14612] ppid=14609 vsize=914788 CPUtime=102.16 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 270457 0 0 0 10177 39 0 0 20 0 1 0 56424830 936742912 212697 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046712 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 228697 212697 776 435 0 222060 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 914788

[startup+162.3 s]
/proc/loadavg: 2.15 2.05 2.05 3/185 14633
/proc/meminfo: memFree=30071304/32770624 swapFree=0/563292
[pid=14612] ppid=14609 vsize=1209372 CPUtime=162.14 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 387041 0 0 0 16160 54 0 0 20 0 1 0 56424830 1238396928 278596 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 302343 278596 776 435 0 295706 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 1209372

[startup+222.307 s]
/proc/loadavg: 2.06 2.04 2.05 3/185 14635
/proc/meminfo: memFree=30051196/32770624 swapFree=0/563308
[pid=14612] ppid=14609 vsize=1233196 CPUtime=222.14 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 403970 0 0 0 22158 56 0 0 20 0 1 0 56424830 1262792704 283594 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5032431 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 308299 283594 776 435 0 301662 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 1233196

[startup+282.3 s]
/proc/loadavg: 1.99 2.03 2.04 3/181 14637
/proc/meminfo: memFree=30049156/32770624 swapFree=0/563316
[pid=14612] ppid=14609 vsize=1238316 CPUtime=282.13 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 416031 0 0 0 28156 57 0 0 20 0 1 0 56424830 1268035584 284614 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139499 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 309579 284614 776 435 0 302942 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 1238316

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/182 14640
/proc/meminfo: memFree=30037128/32770624 swapFree=0/563324
[pid=14612] ppid=14609 vsize=1251668 CPUtime=342.12 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 435917 0 0 0 34152 60 0 0 20 0 1 0 56424830 1281708032 287539 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139300 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 312917 287539 776 435 0 306280 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 1251668

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/182 14642
/proc/meminfo: memFree=30022196/32770624 swapFree=0/563332
[pid=14612] ppid=14609 vsize=1268640 CPUtime=402.12 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 459063 0 0 0 40149 63 0 0 20 0 1 0 56424830 1299087360 291411 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 317160 291411 776 435 0 310523 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 1268640

[startup+462.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 14644
/proc/meminfo: memFree=30010996/32770624 swapFree=0/563344
[pid=14612] ppid=14609 vsize=1269244 CPUtime=462.12 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 490234 0 0 0 46145 67 0 0 20 0 1 0 56424830 1299705856 294124 18446744073709551615 4194304 5972588 140723835426528 140723835423288 5139264 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 317311 294124 776 435 0 310674 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1269244

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 14646
/proc/meminfo: memFree=29999240/32770624 swapFree=0/563376
[pid=14612] ppid=14609 vsize=1269392 CPUtime=522.11 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 504028 0 0 0 52143 68 0 0 20 0 1 0 56424830 1299857408 297647 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 317348 297647 776 435 0 310711 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1269392

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14648
/proc/meminfo: memFree=29972716/32770624 swapFree=0/563376
[pid=14612] ppid=14609 vsize=1278940 CPUtime=582.1 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 519114 0 0 0 58140 70 0 0 20 0 1 0 56424830 1309634560 304065 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046462 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 319735 304065 776 435 0 313098 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1278940


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


[startup+1602.3 s]
/proc/loadavg: 1.95 2.01 2.04 3/183 14800
/proc/meminfo: memFree=29908060/32770624 swapFree=0/563548
[pid=14612] ppid=14609 vsize=1304404 CPUtime=1602.06 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 583102 0 0 0 160126 80 0 0 20 0 1 0 56424830 1335709696 318771 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046292 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326101 318771 776 435 0 319464 0
Current children cumulated CPU time (s) 1602.06
Current children cumulated vsize (KiB) 1304404

[startup+1662.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/182 14802
/proc/meminfo: memFree=29902852/32770624 swapFree=0/563564
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1662.06 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 584811 0 0 0 166126 80 0 0 20 0 1 0 56424830 1335844864 320046 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320046 776 435 0 319497 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 1304536

[startup+1722.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 14804
/proc/meminfo: memFree=29902408/32770624 swapFree=0/563564
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1722.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 586223 0 0 0 172125 80 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046284 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 1722.05
Current children cumulated vsize (KiB) 1304536

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 14806
/proc/meminfo: memFree=29902544/32770624 swapFree=0/563568
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1782.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 587689 0 0 0 178125 80 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5328506 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 1304536

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 14808
/proc/meminfo: memFree=29902412/32770624 swapFree=0/563572
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1842.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 589083 0 0 0 184124 81 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5032400 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 1842.05
Current children cumulated vsize (KiB) 1304536

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 14810
/proc/meminfo: memFree=29902536/32770624 swapFree=0/563576
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1902.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 590370 0 0 0 190124 81 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139501 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 1902.05
Current children cumulated vsize (KiB) 1304536

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 14827
/proc/meminfo: memFree=29896756/32770624 swapFree=0/563580
[pid=14612] ppid=14609 vsize=1304536 CPUtime=1962.04 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 591723 0 0 0 196123 81 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 1962.04
Current children cumulated vsize (KiB) 1304536

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 14829
/proc/meminfo: memFree=29897424/32770624 swapFree=0/563572
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2022.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 593230 0 0 0 202123 82 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139329 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2022.05
Current children cumulated vsize (KiB) 1304536

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 14831
/proc/meminfo: memFree=29900808/32770624 swapFree=0/563588
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2082.05 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 594627 0 0 0 208123 82 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5338164 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2082.05
Current children cumulated vsize (KiB) 1304536

[startup+2142.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 14833
/proc/meminfo: memFree=29901180/32770624 swapFree=0/563592
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2142.04 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 595981 0 0 0 214122 82 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2142.04
Current children cumulated vsize (KiB) 1304536

[startup+2202.31 s]
/proc/loadavg: 2.03 2.02 2.05 3/182 14835
/proc/meminfo: memFree=29901428/32770624 swapFree=0/563604
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2202.04 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 597332 0 0 0 220122 82 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5032400 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2202.04
Current children cumulated vsize (KiB) 1304536

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14837
/proc/meminfo: memFree=29901444/32770624 swapFree=0/563616
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2262.03 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 598677 0 0 0 226121 82 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046284 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2262.03
Current children cumulated vsize (KiB) 1304536

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14839
/proc/meminfo: memFree=29901160/32770624 swapFree=0/563624
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2322.03 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 600044 0 0 0 232120 83 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139329 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2322.03
Current children cumulated vsize (KiB) 1304536

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14841
/proc/meminfo: memFree=29901160/32770624 swapFree=0/563636
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2382.03 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 601389 0 0 0 238120 83 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139312 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2382.03
Current children cumulated vsize (KiB) 1304536

[startup+2442.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14843
/proc/meminfo: memFree=29901284/32770624 swapFree=0/563640
[pid=14612] ppid=14609 vsize=1304536 CPUtime=2442.02 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 602825 0 0 0 244119 83 0 0 20 0 1 0 56424830 1335844864 320054 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5139281 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326134 320054 776 435 0 319497 0
Current children cumulated CPU time (s) 2442.02
Current children cumulated vsize (KiB) 1304536

[startup+2502.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14845
/proc/meminfo: memFree=29901268/32770624 swapFree=0/563644
[pid=14612] ppid=14609 vsize=1304940 CPUtime=2502.02 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 604409 0 0 0 250118 84 0 0 20 0 1 0 56424830 1336258560 320103 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5046476 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 326235 320103 776 435 0 319598 0
Current children cumulated CPU time (s) 2502.02
Current children cumulated vsize (KiB) 1304940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 14845
/proc/meminfo: memFree=29877352/32770624 swapFree=0/563640
[pid=14612] ppid=14609 vsize=1334064 CPUtime=2519.71 cores=0,2,4,6
/proc/14612/stat : 14612 (cosoco) R 14609 14612 6677 0 -1 4202496 611072 0 0 0 251887 84 0 0 20 0 1 0 56424830 1366081536 326038 18446744073709551615 4194304 5972588 140723835426528 140723835423192 5338173 0 0 1 8405026 0 0 0 17 4 0 0 11 0 0 8070896 8075904 33132544 140723835433454 140723835433549 140723835433549 140723835437006 0
/proc/14612/statm: 333516 326038 776 435 0 326879 0
Current children cumulated CPU time (s) 2519.71
Current children cumulated vsize (KiB) 1334064

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.74
CPU user time (s): 2518.88
CPU system time (s): 0.856961
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 1334064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.88
system time used= 0.856961
maximum resident set size= 1304236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611119
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= 69
involuntary context switches= 914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13244 second user time and 10.8314 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 14:37:47
IDJOB=4267560
IDBENCH=133709
IDSOLVER=2658
FILE ID=node127/4267560-1502542314
RUNJOBID= node127-1502500309-6740
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267560-1502542314/watcher-4267560-1502542314 -o /tmp/evaluation-result-4267560-1502542314/solver-4267560-1502542314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267560-1502542314.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=2116403110

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31189852 kB
MemAvailable:   31998964 kB
Buffers:          272268 kB
Cached:           826196 kB
SwapCached:            0 kB
Active:           568796 kB
Inactive:         588088 kB
Active(anon):      58980 kB
Inactive(anon):    24908 kB
Active(file):     509816 kB
Inactive(file):   563180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3028 kB
Writeback:             0 kB
AnonPages:         58308 kB
Mapped:            46320 kB
Shmem:             25252 kB
Slab:             129172 kB
SReclaimable:     103900 kB
SUnreclaim:        25272 kB
KernelStack:        3232 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node127 at 2017-08-12 15:19:47