Trace number 4242081

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 NameAnswerCPU timeWall clock time
R1: cosoco-sat 1.1SAT 479.16 479.285

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-6-table.xml
MD5SUMcfc552cbb2ce3301e89528d2cd5bb011
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark481.45001
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints15
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":24},{"degree":4,"count":12}]
Minimum constraint arity6
Maximum constraint arity36
Distribution of constraint arities[{"arity":6,"count":14},{"arity":36,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

441.48/441.65	c SAT : Variables: 1296 -- Clauses: 22716
449.89/450.04	c root propagations     : 0           
449.89/450.04	c restarts enabled, print stats at every restarts
449.89/450.04	c
449.89/450.04	c
449.89/450.04	c
449.89/450.04	c This is cosoco 1.0 --  
449.89/450.04	c
449.89/450.04	c ========================================[ Problem Statistics ]===========================================
449.89/450.04	c |                                                                                                       
449.89/450.04	c |  Parse time        :       438.85 s 
449.89/450.04	c |
449.89/450.04	c |               Variables: 36
449.89/450.04	c |            Domain Sizes: 36..36
449.89/450.04	c |
449.89/450.04	c |             Constraints: 15
449.89/450.04	c |                   Arity: 6..36
449.89/450.04	c | 
449.89/450.04	c |                   Types: 
449.89/450.04	c |                          All Different: 1
449.89/450.04	c |                          Extension: 14  (nb tuples: 23136480..23136480) -- (shared: 11)
449.89/450.04	c |                          
449.89/450.04	c =========================================================================================================
449.89/450.04	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
478.86/479.06	c solution 1
478.86/479.06	
478.86/479.06	v <instantiation type='solution'>
478.86/479.06	v <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] </list>
478.86/479.06	v <values>1 6 17 28 29 30 18 32 24 16 8 13 27 5 9 19 26 25 15 22 7 34 12 21 14 11 23 10 33 20 36 35 31 4 3 2 </values>
478.86/479.06	v </instantiation>
478.86/479.06	
478.86/479.06	c restarts              : 0           
478.86/479.06	c conflicts             : 1            (0 /sec)
478.86/479.06	c decisions             : 37           (0 /sec)
478.86/479.06	c propagations          : 1110        (2 /sec)
478.86/479.06	c root propagations     : 0           
478.86/479.06	c filter calls          : 407            (1 /sec)
478.86/479.06	c useless filter calls  : 304            (74 %)
478.86/479.06	c
478.86/479.06	c clauses               : 22752
478.86/479.06	c SAT propagations      : 7
478.86/479.06	c SAT conflicts         : 0 (0 learnts)
478.86/479.06	c Memory used           : 5975.54 MB
478.86/479.06	c CPU time              : 475.816 s
478.86/479.06	
478.86/479.06	s SATISFIABLE

Verifier Data

OK	

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-4242081-1500655378/watcher-4242081-1500655378 -o /tmp/evaluation-result-4242081-1500655378/solver-4242081-1500655378 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9859 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242081-1500655378.xml 

pid=10616
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.16 2.05 2.04 3/242 10619
/proc/meminfo: memFree=26324464/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=27140 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 804038 27791360 766 33554432000 4194304 5970956 140729751329072 140729751325720 5673370 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 6785 766 684 434 0 149 0

[startup+0.100174 s]
/proc/loadavg: 2.16 2.05 2.04 3/242 10619
/proc/meminfo: memFree=26324464/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=27676 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 1137 0 0 0 9 0 0 0 20 0 1 0 804038 28340224 919 33554432000 4194304 5970956 140729751329072 140729751324104 139843010141184 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 6919 919 714 434 0 283 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27676

[startup+0.200263 s]
/proc/loadavg: 2.16 2.05 2.04 3/242 10619
/proc/meminfo: memFree=26324464/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=28456 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 1416 0 0 0 19 0 0 0 20 0 1 0 804038 29138944 1096 33554432000 4194304 5970956 140729751329072 140729751325672 5417044 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 7114 1096 714 434 0 478 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28456

[startup+0.300238 s]
/proc/loadavg: 2.16 2.05 2.04 3/242 10619
/proc/meminfo: memFree=26324464/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=29752 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 1834 0 0 0 29 0 0 0 20 0 1 0 804038 30466048 1320 33554432000 4194304 5970956 140729751329072 140729751325672 139843009702885 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 7438 1320 714 434 0 802 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29752

[startup+0.700231 s]
/proc/loadavg: 2.16 2.05 2.04 3/242 10619
/proc/meminfo: memFree=26324464/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=33400 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2689 0 0 0 69 0 0 0 20 0 1 0 804038 34201600 2273 33554432000 4194304 5970956 140729751329072 140729751323624 139843009702885 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 8350 2273 714 434 0 1714 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33400

[startup+1.50022 s]
/proc/loadavg: 2.16 2.05 2.04 3/243 10620
/proc/meminfo: memFree=26349848/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=40564 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 4144 0 0 0 148 0 0 0 20 0 1 0 804038 41537536 4024 33554432000 4194304 5970956 140729751329072 140729751325672 5417067 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 10141 4024 714 434 0 3505 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40564

[startup+3.10021 s]
/proc/loadavg: 2.14 2.05 2.04 3/243 10620
/proc/meminfo: memFree=26301048/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=54892 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 6754 0 0 0 308 1 0 0 20 0 1 0 804038 56209408 7609 33554432000 4194304 5970956 140729751329072 140729751325672 5417067 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 13723 7609 714 434 0 7087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54892

[startup+6.30021 s]
/proc/loadavg: 2.14 2.05 2.04 3/243 10620
/proc/meminfo: memFree=26314124/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=83680 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 11636 0 0 0 627 2 0 0 20 0 1 0 804038 85688320 14773 33554432000 4194304 5970956 140729751329072 140729751325672 5417044 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 20920 14773 714 434 0 14284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83680

[startup+12.7002 s]
/proc/loadavg: 2.12 2.05 2.04 3/243 10620
/proc/meminfo: memFree=26252780/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=141124 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 20647 0 0 0 1264 5 0 0 20 0 1 0 804038 144510976 29232 33554432000 4194304 5970956 140729751329072 140729751325672 5417044 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 35281 29232 714 434 0 28645 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 141124

[startup+25.5003 s]
/proc/loadavg: 2.10 2.05 2.04 3/243 10620
/proc/meminfo: memFree=26134764/32770624 swapFree=6560/229116
[pid=10619] ppid=10616 vsize=453020 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 38474 0 0 0 2537 11 0 0 20 0 1 0 804038 463892480 61917 33554432000 4194304 5970956 140729751329072 140729751323672 5417044 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 113255 61917 714 434 0 106619 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 453020

[startup+51.1003 s]
/proc/loadavg: 2.07 2.04 2.04 3/243 10621
/proc/meminfo: memFree=25908428/32770624 swapFree=6560/229444
[pid=10619] ppid=10616 vsize=485128 CPUtime=51.09 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 71424 0 0 0 5088 21 0 0 20 0 1 0 804038 496771072 115203 33554432000 4194304 5970956 140729751329072 140729751325672 139843009702885 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 121282 115203 714 434 0 114646 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 485128

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/243 10687
/proc/meminfo: memFree=29799672/32770624 swapFree=6560/229568
[pid=10619] ppid=10616 vsize=942436 CPUtime=102.28 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 137336 0 0 0 10189 39 0 0 20 0 1 0 804038 965054464 229273 33554432000 4194304 5970956 140729751329072 140729751325672 139843009702885 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 235609 229273 714 434 0 228973 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 942436

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.04 3/243 10688
/proc/meminfo: memFree=28175944/32770624 swapFree=6560/229612
[pid=10619] ppid=10616 vsize=2569800 CPUtime=162.25 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 690373 0 0 0 16110 115 0 0 20 0 1 0 804038 2631475200 633745 33554432000 4194304 5970956 140729751329072 140729751325672 139843010141184 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 642450 633745 720 434 0 635814 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2569800

[startup+222.308 s]
/proc/loadavg: 2.03 2.04 2.04 3/243 10689
/proc/meminfo: memFree=28176220/32770624 swapFree=6560/229640
[pid=10619] ppid=10616 vsize=2569800 CPUtime=222.25 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 690385 0 0 0 22106 119 0 0 20 0 1 0 804038 2631475200 633745 33554432000 4194304 5970956 140729751329072 140729751325672 5674162 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 642450 633745 720 434 0 635814 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 2569800

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/243 10690
/proc/meminfo: memFree=27661792/32770624 swapFree=6560/229676
[pid=10619] ppid=10616 vsize=3356236 CPUtime=282.22 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 832585 0 0 0 28083 139 0 0 20 0 1 0 804038 3436785664 762816 33554432000 4194304 5970956 140729751329072 140729751325672 139843010141184 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 839059 762816 720 434 0 832423 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3356236

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/243 10691
/proc/meminfo: memFree=26726084/32770624 swapFree=6560/229704
[pid=10619] ppid=10616 vsize=4028036 CPUtime=342.21 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 1296191 0 0 0 34033 188 0 0 20 0 1 0 804038 4124708864 995611 33554432000 4194304 5970956 140729751329072 140729751325672 5417044 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1007009 995611 720 434 0 1000373 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 4028036

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 10692
/proc/meminfo: memFree=26315840/32770624 swapFree=6560/229728
[pid=10619] ppid=10616 vsize=4814472 CPUtime=402.19 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 1389415 0 0 0 40014 205 0 0 20 0 1 0 804038 4930019328 1098570 33554432000 4194304 5970956 140729751329072 140729751325672 139843009701430 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1203618 1098570 720 434 0 1196982 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4814472

[startup+462.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/243 10700
/proc/meminfo: memFree=24642992/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=462.18 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2716885 0 0 0 45922 296 0 0 20 0 1 0 804038 6265798656 1515434 33554432000 4194304 5970956 140729751329072 140729751326680 4934354 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515434 775 434 0 1523100 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 6118944

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10619 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+467.2 s]
/proc/loadavg: 2.16 2.08 2.06 4/243 10700
/proc/meminfo: memFree=24642936/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=467.07 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2853375 0 0 0 46404 303 0 0 20 0 1 0 804038 6265798656 1515434 33554432000 4194304 5970956 140729751329072 140729751326680 4934366 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515434 775 434 0 1523100 0
Current children cumulated CPU time (s) 467.07
Current children cumulated vsize (KiB) 6118944

[startup+473.6 s]
/proc/loadavg: 2.15 2.07 2.06 3/243 10700
/proc/meminfo: memFree=24642936/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=473.47 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2928374 0 0 0 47039 308 0 0 20 0 1 0 804038 6265798656 1515434 33554432000 4194304 5970956 140729751329072 140729751326680 4934327 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515434 775 434 0 1523100 0
Current children cumulated CPU time (s) 473.47
Current children cumulated vsize (KiB) 6118944

[startup+476.8 s]
/proc/loadavg: 2.15 2.07 2.06 3/243 10700
/proc/meminfo: memFree=24642880/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=476.66 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2940715 0 0 0 47358 308 0 0 20 0 1 0 804038 6265798656 1515434 33554432000 4194304 5970956 140729751329072 140729751326680 4934327 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515434 775 434 0 1523100 0
Current children cumulated CPU time (s) 476.66
Current children cumulated vsize (KiB) 6118944

[startup+478.4 s]
/proc/loadavg: 2.13 2.07 2.05 3/243 10700
/proc/meminfo: memFree=24642880/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=478.26 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2940717 0 0 0 47518 308 0 0 20 0 1 0 804038 6265798656 1515434 33554432000 4194304 5970956 140729751329072 140729751326680 4930260 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515434 775 434 0 1523100 0
Current children cumulated CPU time (s) 478.26
Current children cumulated vsize (KiB) 6118944

[startup+478.8 s]
/proc/loadavg: 2.13 2.07 2.05 3/243 10700
/proc/meminfo: memFree=24642880/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=6118944 CPUtime=478.67 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202496 2951351 0 0 0 47558 309 0 0 20 0 1 0 804038 6265798656 1515436 33554432000 4194304 5970956 140729751329072 140729751326680 5098928 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 11018240 140729751336124 140729751336259 140729751336259 140729751338958 0
/proc/10619/statm: 1529736 1515436 777 434 0 1523100 0
Current children cumulated CPU time (s) 478.67
Current children cumulated vsize (KiB) 6118944

[startup+479.2 s]
/proc/loadavg: 2.13 2.07 2.05 3/243 10700
/proc/meminfo: memFree=24642880/32770624 swapFree=6560/229800
[pid=10619] ppid=10616 vsize=0 CPUtime=479.06 cores=1,3,5,7,9,11,13,15
/proc/10619/stat : 10619 (cosoco) R 10616 10619 9825 0 -1 4202500 3028039 0 0 0 47581 325 0 0 20 0 1 0 804038 0 0 33554432000 0 0 0 0 0 0 0 4096 8405026 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/10619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 479.06
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 479.285
CPU time (s): 479.16
CPU user time (s): 475.816
CPU system time (s): 3.34459
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 6118944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.816
system time used= 3.34459
maximum resident set size= 6061820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3028039
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= 110
involuntary context switches= 24127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23939 second user time and 2.50943 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-21 18:43:11
IDJOB=4242081
IDBENCH=133254
IDSOLVER=2621
FILE ID=node148/4242081-1500655378
RUNJOBID= node148-1500648172-9859
PBS_JOBID= 20623273
Free space on /tmp= 60840 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-6-table.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242081-1500655378/watcher-4242081-1500655378 -o /tmp/evaluation-result-4242081-1500655378/solver-4242081-1500655378 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9859 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242081-1500655378.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= cfc552cbb2ce3301e89528d2cd5bb011
RANDOM SEED=499131486

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        26323140 kB
MemAvailable:   27584952 kB
Buffers:           32836 kB
Cached:          1522388 kB
SwapCached:            0 kB
Active:          5748920 kB
Inactive:         237724 kB
Active(anon):    4434564 kB
Inactive(anon):     8608 kB
Active(file):    1314356 kB
Inactive(file):   229116 kB
Unevictable:        6560 kB
Mlocked:            6560 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            241036 kB
Writeback:         73568 kB
AnonPages:       4412192 kB
Mapped:            32236 kB
Shmem:              8848 kB
Slab:             141692 kB
SReclaimable:      68352 kB
SUnreclaim:        73340 kB
KernelStack:        4256 kB
PageTables:        13780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4703808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3719168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 60864 MiB
End job on node148 at 2017-07-21 18:51:10