Trace number 4265625

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-sat 1.12? (TO) 2520.03 2519.8999

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.63/0.76	c SAT : Variables: 15086 -- Clauses: 15086
0.63/0.76	c best=?? lower=-7543 upper=0 
2520.01/2519.90	c
2520.01/2519.90	c This is cosoco 1.12 --  
2520.01/2519.90	c
2520.01/2519.90	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265625-1502582156.xml 
2520.01/2519.90	c enable optimization
2520.01/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.01/2519.90	c |                                                                                                       
2520.01/2519.90	c |  Parse time        :         0.69 s 
2520.01/2519.90	c |
2520.01/2519.90	c |               Variables: 7543
2520.01/2519.90	c |            Domain Sizes: 2..2
2520.01/2519.90	c |
2520.01/2519.90	c |             Constraints: 187
2520.01/2519.90	c |                   Arity: 15..7543
2520.01/2519.90	c | 
2520.01/2519.90	c |                   Types: 
2520.01/2519.90	c |                          Exactly K: 186
2520.01/2519.90	c |                          Sum: 1
2520.01/2519.90	c |                          
2520.01/2519.90	c =========================================================================================================
2520.01/2519.90	
2520.01/2519.90	c *** INTERRUPTED ***
2520.01/2519.90	c restarts              : 533         
2520.01/2519.90	c conflicts             : 24170        (10 /sec)
2520.01/2519.90	c decisions             : 5962708      (2366 /sec)
2520.01/2519.90	c propagations          : 82200332    (32622 /sec)
2520.01/2519.90	c root propagations     : 0           
2520.01/2519.90	c filter calls          : 64940406       (25772 /sec)
2520.01/2519.90	c useless filter calls  : 63835904       (98 %)
2520.01/2519.90	c
2520.01/2519.90	c clauses               : 16341
2520.01/2519.90	c SAT propagations      : 813
2520.01/2519.90	c SAT conflicts         : 0 (0 learnts)
2520.01/2519.90	c Memory used           : 277.62 MB
2520.01/2519.90	c CPU time              : 2519.82 s
2520.01/2519.90	
2520.01/2519.90	c No Bound found!
2520.01/2519.90	
2520.01/2519.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15018 MiB free)
  memory of node 1: 16384 MiB (14750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265625-1502582156/watcher-4265625-1502582156 -o /tmp/evaluation-result-4265625-1502582156/solver-4265625-1502582156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-966 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265625-1502582156.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=4343, runsolver pid=4340
Current StackSize limit: 8192 KiB


[startup+0.100372 s]*
/proc/loadavg: 4.17 3.59 2.77 3/182 4344
/proc/meminfo: memFree=30478708/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=32540 memory=8628 CPUtime=0.04 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 2333 0 0 0 4 0 0 0 20 0 1 0 60436330 33320960 2157 18446744073709551615 4194304 5972588 140720853132176 140720853127288 5671268 0 0 1 0 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 8135 2157 718 435 0 1498 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 32540 KiB
Current children cumulated memory: 8628 KiB

[startup+0.209447 s]*
/proc/loadavg: 4.17 3.59 2.77 3/182 4344
/proc/meminfo: memFree=30472376/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=39432 memory=15660 CPUtime=0.14 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 4107 0 0 0 14 0 0 0 20 0 1 0 60436330 40378368 3915 18446744073709551615 4194304 5972588 140720853132176 140720853127288 5138756 0 0 1 0 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 9858 3915 740 435 0 3221 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 39432 KiB
Current children cumulated memory: 15660 KiB

[startup+0.309355 s]*
/proc/loadavg: 4.17 3.59 2.77 3/182 4344
/proc/meminfo: memFree=30472376/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=39432 memory=15660 CPUtime=0.24 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 4107 0 0 0 24 0 0 0 20 0 1 0 60436330 40378368 3915 18446744073709551615 4194304 5972588 140720853132176 140720853127288 5473272 0 0 1 0 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 9858 3915 740 435 0 3221 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 39432 KiB
Current children cumulated memory: 15660 KiB

[startup+0.70022 s]
/proc/loadavg: 4.17 3.59 2.77 3/182 4344
/proc/meminfo: memFree=30471756/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=39432 memory=15660 CPUtime=0.63 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 4107 0 0 0 63 0 0 0 20 0 1 0 60436330 40378368 3915 18446744073709551615 4194304 5972588 140720853132176 140720853126392 5634750 0 0 1 0 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 9858 3915 740 435 0 3221 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 39432 KiB
Current children cumulated memory: 15660 KiB

[startup+1.50031 s]
/proc/loadavg: 4.17 3.59 2.77 3/182 4344
/proc/meminfo: memFree=30467900/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=51856 memory=23860 CPUtime=1.43 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 6140 0 0 0 142 1 0 0 20 0 1 0 60436330 53100544 5965 18446744073709551615 4194304 5972588 140720853132176 140720853129096 5046284 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 12964 5965 784 435 0 6327 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 51856 KiB
Current children cumulated memory: 23860 KiB

[startup+3.1094 s]
/proc/loadavg: 4.00 3.57 2.76 3/182 4344
/proc/meminfo: memFree=30414208/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=102552 memory=74524 CPUtime=3.03 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 24169 0 0 0 300 3 0 0 20 0 1 0 60436330 105013248 18631 18446744073709551615 4194304 5972588 140720853132176 140720853129000 5032431 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 25638 18631 784 435 0 19001 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 102552 KiB
Current children cumulated memory: 74524 KiB

[startup+6.30028 s]
/proc/loadavg: 4.00 3.57 2.76 3/182 4344
/proc/meminfo: memFree=30346396/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=173104 memory=143424 CPUtime=6.21 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 54957 0 0 0 615 6 0 0 20 0 1 0 60436330 177258496 35856 18446744073709551615 4194304 5972588 140720853132176 140720853129336 5139264 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 43276 35856 784 435 0 36639 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 173104 KiB
Current children cumulated memory: 143424 KiB

[startup+12.7003 s]
/proc/loadavg: 3.84 3.54 2.76 3/182 4344
/proc/meminfo: memFree=30298036/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=227068 memory=192576 CPUtime=12.61 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 91739 0 0 0 1252 9 0 0 20 0 1 0 60436330 232517632 48144 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139319 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 56767 48144 784 435 0 50130 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 227068 KiB
Current children cumulated memory: 192576 KiB

[startup+25.5004 s]
/proc/loadavg: 3.35 3.45 2.74 3/182 4344
/proc/meminfo: memFree=30270176/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=248260 memory=215660 CPUtime=25.42 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 136807 0 0 0 2530 12 0 0 20 0 1 0 60436330 254218240 53915 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139329 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 62065 53915 784 435 0 55428 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 248260 KiB
Current children cumulated memory: 215660 KiB

[startup+51.1094 s]
/proc/loadavg: 2.89 3.33 2.72 3/182 4345
/proc/meminfo: memFree=30269984/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=248260 memory=215672 CPUtime=51.03 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 157085 0 0 0 5090 13 0 0 20 0 1 0 60436330 254218240 53918 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139312 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 62065 53918 784 435 0 55428 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 248260 KiB
Current children cumulated memory: 215672 KiB

[startup+102.3 s]
/proc/loadavg: 2.39 3.13 2.68 3/182 4347
/proc/meminfo: memFree=30256652/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=260604 memory=229636 CPUtime=102.22 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 174825 0 0 0 10207 15 0 0 20 0 1 0 60436330 266858496 57409 18446744073709551615 4194304 5972588 140720853132176 140720853128920 5032455 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 65151 57409 784 435 0 58514 0
Current children cumulated CPU time: 102.22 s
Current children cumulated vsize: 260604 KiB
Current children cumulated memory: 229636 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.89 2.63 3/182 4409
/proc/meminfo: memFree=30166028/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=264612 memory=238224 CPUtime=162.22 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 181571 0 0 0 16207 15 0 0 20 0 1 0 60436330 270962688 59556 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139312 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66153 59556 784 435 0 59516 0
Current children cumulated CPU time: 162.22 s
Current children cumulated vsize: 264612 KiB
Current children cumulated memory: 238224 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.73 2.59 3/181 4411
/proc/meminfo: memFree=30024480/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=264612 memory=238228 CPUtime=222.23 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 184284 0 0 0 22207 16 0 0 20 0 1 0 60436330 270962688 59557 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5032455 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66153 59557 784 435 0 59516 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 264612 KiB
Current children cumulated memory: 238228 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.60 2.55 3/181 4413
/proc/meminfo: memFree=29966600/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=264612 memory=238520 CPUtime=282.24 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 184730 0 0 0 28208 16 0 0 20 0 1 0 60436330 270962688 59630 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5338159 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66153 59630 784 435 0 59516 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 264612 KiB
Current children cumulated memory: 238520 KiB

[startup+342.3 s]
/proc/loadavg: 2.34 2.57 2.55 3/181 4415
/proc/meminfo: memFree=29932756/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=264612 memory=238836 CPUtime=342.23 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 187608 0 0 0 34207 16 0 0 20 0 1 0 60436330 270962688 59709 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139315 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66153 59709 784 435 0 59516 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 264612 KiB
Current children cumulated memory: 238836 KiB

[startup+402.3 s]
/proc/loadavg: 2.35 2.55 2.54 3/181 4417
/proc/meminfo: memFree=29929816/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=264612 memory=239584 CPUtime=402.24 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 187838 0 0 0 40207 17 0 0 20 0 1 0 60436330 270962688 59896 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139501 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66153 59896 784 435 0 59516 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 264612 KiB
Current children cumulated memory: 239584 KiB

[startup+462.3 s]
/proc/loadavg: 2.13 2.45 2.51 3/181 4419
/proc/meminfo: memFree=29926980/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=267332 memory=240292 CPUtime=462.24 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 190337 0 0 0 46207 17 0 0 20 0 1 0 60436330 273747968 60073 18446744073709551615 4194304 5972588 140720853132176 140720853129336 5046424 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 66833 60073 784 435 0 60196 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 267332 KiB
Current children cumulated memory: 240292 KiB


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

/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 1782.35 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.13 3/181 4538
/proc/meminfo: memFree=29837028/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=1842.36 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 223620 0 0 0 184216 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5338173 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 1842.36 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.12 3/181 4540
/proc/meminfo: memFree=29836476/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=1902.36 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 225203 0 0 0 190216 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5032455 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 1902.36 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.12 3/181 4542
/proc/meminfo: memFree=29837532/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=1962.37 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 225488 0 0 0 196217 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139312 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 1962.37 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.12 3/181 4544
/proc/meminfo: memFree=29837624/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2022.37 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 226937 0 0 0 202217 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5032400 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2022.37 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.11 3/181 4546
/proc/meminfo: memFree=29837500/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2082.38 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 227006 0 0 0 208218 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139329 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2082.38 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.10 3/181 4548
/proc/meminfo: memFree=29837752/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2142.38 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 228702 0 0 0 214218 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139264 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2142.38 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/181 4550
/proc/meminfo: memFree=29837504/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2202.39 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 228819 0 0 0 220219 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5139264 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2202.39 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/181 4552
/proc/meminfo: memFree=29837384/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2262.39 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 230251 0 0 0 226219 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 4909226 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2262.39 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2322.3 s]
/proc/loadavg: 2.48 2.13 2.12 3/184 4568
/proc/meminfo: memFree=29833100/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=277960 memory=251628 CPUtime=2322.4 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 230553 0 0 0 232220 20 0 0 20 0 1 0 60436330 284631040 62907 18446744073709551615 4194304 5972588 140720853132176 140720853129032 5338173 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 69490 62907 784 435 0 62853 0
Current children cumulated CPU time: 2322.4 s
Current children cumulated vsize: 277960 KiB
Current children cumulated memory: 251628 KiB

[startup+2382.3 s]
/proc/loadavg: 2.36 2.17 2.14 3/184 4570
/proc/meminfo: memFree=29830116/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=281240 memory=254252 CPUtime=2382.4 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 233299 0 0 0 238220 20 0 0 20 0 1 0 60436330 287989760 63563 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139338 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 70310 63563 784 435 0 63673 0
Current children cumulated CPU time: 2382.4 s
Current children cumulated vsize: 281240 KiB
Current children cumulated memory: 254252 KiB

[startup+2442.3 s]
/proc/loadavg: 2.13 2.14 2.13 3/181 4572
/proc/meminfo: memFree=29830784/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=284136 memory=256828 CPUtime=2442.4 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 234096 0 0 0 244220 20 0 0 20 0 1 0 60436330 290955264 64207 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139312 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 71034 64207 784 435 0 64397 0
Current children cumulated CPU time: 2442.4 s
Current children cumulated vsize: 284136 KiB
Current children cumulated memory: 256828 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.12 2.13 3/181 4574
/proc/meminfo: memFree=29830528/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=284280 memory=257204 CPUtime=2502.41 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 236829 0 0 0 250221 20 0 0 20 0 1 0 60436330 291102720 64301 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139333 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 71070 64301 784 435 0 64433 0
Current children cumulated CPU time: 2502.41 s
Current children cumulated vsize: 284280 KiB
Current children cumulated memory: 257204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.04 2.11 2.12 3/181 4574
/proc/meminfo: memFree=29830660/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=284280 memory=257204 CPUtime=2520.01 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 236848 0 0 0 251981 20 0 0 20 0 1 0 60436330 291102720 64301 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139329 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 71070 64301 784 435 0 64433 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 284280 KiB
Current children cumulated memory: 257204 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2519.9 s]
# the end of solver process 4343 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.82 s, system=0.211016 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.04 2.11 2.12 3/181 4574
/proc/meminfo: memFree=29830660/32770624 swapFree=67108860/67108860
[pid=4343] ppid=4340 vsize=284280 memory=257204 CPUtime=2520.01 cores=0,2,4,6
/proc/4343/stat : 4343 (cosoco) R 4340 4343 897 0 -1 4202496 236848 0 0 0 251981 20 0 0 20 0 1 0 60436330 291102720 64301 18446744073709551615 4194304 5972588 140720853132176 140720853128936 5139329 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 17387520 140720853135812 140720853135912 140720853135912 140720853139406 0
/proc/4343/statm: 71070 64301 784 435 0 64433 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 284280 KiB
Current children cumulated memory: 257204 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.03
CPU user time (s): 2519.82
CPU system time (s): 0.211016
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 284280
Max. memory (cumulated for all children) (KiB): 257204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.82
system time used= 0.211016
maximum resident set size= 257284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236893
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= 24
involuntary context switches= 2326


# summary of solver processes directly reported to runsolver:
#   pid: 4343
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2519.82
#   total CPU system time (s): 0.211016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6583 second user time and 14.2299 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 01:41:51
IDJOB=4265625
IDBENCH=133707
IDSOLVER=2655
FILE ID=node125/4265625-1502582156
RUNJOBID= node125-1502565153-966
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265625-1502582156/watcher-4265625-1502582156 -o /tmp/evaluation-result-4265625-1502582156/solver-4265625-1502582156 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-966 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265625-1502582156.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=902544524

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30483876 kB
MemAvailable:   31281224 kB
Buffers:          276788 kB
Cached:           809144 kB
SwapCached:            0 kB
Active:          1303500 kB
Inactive:         558484 kB
Active(anon):     776128 kB
Inactive(anon):    24908 kB
Active(file):     527372 kB
Inactive(file):   533576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2452 kB
Writeback:             0 kB
AnonPages:        775332 kB
Mapped:            47308 kB
Shmem:             25252 kB
Slab:             129828 kB
SReclaimable:     104468 kB
SUnreclaim:        25360 kB
KernelStack:        3232 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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 node125 at 2017-08-13 02:23:51